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