我有一个安装了 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