Is it safe to move OpenVZ data to a different LVM logical volume ?

hakim

Well-Known Member
Oct 4, 2010
54
1
48
Hi,

I needed to move the /var/lib/vz content to a different LVM logical volume.

So :
- I created a new LV
- I copied the content of /var/lib/vz to this new LV
- I updated the /etc/fstab file so that /var/lib/vz is now mounted on my new LV

After restarting, everything seems to work properly...

...but, is it safe to do so ?

Should I expect any trouble in the future (maybe in my next "aptitude update") ?

Thanks for your help,
Hakim
 
looks ok as far as I see. updates does not change partitioning or mount points.