I am running scalix as VM on top of the host, SLES10 with double LVM. Let me explain what I mean by double.
Host LVM has couple logical volumes specifically dedicated to os and sclaix, lets call it LV_OS and LV_SCALIX. Using bdwrapper, both LV_OS and LV_SCALIX are exported to the guest os in form of physical disks. Using LVM in guest os I am creating two virtual groups: os and data, putting everything OS on one LV/VG and /var/opt/scalix/ on DATA LV/VG
The question before the jury is: I am installing updated instance of scalix. If LV_SCALIX will be exported to the new instance, will vgscan detect LV_DATA physical disk and its LVM configuration? Or LV_SCALIX configuration is only valid in its original setup, and will be lost once moved?
Thank you
P.S. Is there easy solution to achive same flexibility with scalix and file system?