Quote:
|
To grow/manage volumes on the fly, you could use SAN tools, zmvolume, and or LVM. CLVM/GFS are not required.
|
Here's the case I'm concerned about
:
/opt/zimbra-cluster/mountpoints/mail.example.com is a LVM partition mounted on mail1.example.com.
It is running low on disk space, so mail1.example.com, using non-cluster-aware LVM tools, expands the volume.
mail1 fails. The service fails over to mail2.example.com, which is not aware of the LVM changes done on mail1. Assuming the volume mounts at all, massive corruption ensues.
How do you protect against that?
Hmm, now that I know that zmvolume or equivalent can and in fact do work (I just need to add another disk volume resource manually or with system-config-cluster), I guess I don't see a need to use LVM at all. I guess I can just create one ext3 partition on the LUN and be done with it.