GFS2 파일 시스템이 설치된 CentOS 7 Pacemaker 클러스터가 있습니다. vgchange -cy vg_name
설치하는 동안 실행되지 않았다고 확신합니다 . 실행을 시도했는데 vgchange --test -cy vg_name
볼륨 그룹이 이미 클러스터되어 있다는 메시지가 표시되었습니다.
Linux 6에서는 service clvmd status
vg가 클러스터링되었는지 여부가 표시됩니다. 그러나 Linux 7에서는 pcs resource show clvmd
출력이 완전히 다르므로 무엇을 찾아야 할지 잘 모르겠습니다.
pcs resource show clvmd
Resource: clvmd (class=ocf provider=heartbeat type=clvm)
Operations: monitor interval=30s on-fail=fence (clvmd-monitor-interval-30s)
start interval=0s timeout=90s (clvmd-start-interval-0s)
stop interval=0s timeout=90s (clvmd-stop-interval-0s)
필요한 경우 파일 시스템 리소스 생성이 vgchange를 완료합니까? 그 밖에 확인할 수 있는 것이 있나요?
답변1
이는 출력에 표시된 6번째 속성 필드에 표시됩니다 vgs
. vgs
아래 매뉴얼 페이지를 인용하겠습니다 .
The vg_attr bits are: 1 Permissions: (w)riteable, (r)ead-only 2 Resi(z)eable 3 E(x)ported 4 (p)artial: one or more physical volumes belonging to the volume group are missing from the system 5 Allocation policy: (c)ontiguous, c(l)ing, (n)ormal, (a)nywhere 6 (c)lustered, (s)hared