search for: onouuid

Displaying 2 results from an estimated 2 matches for "onouuid".

Did you mean: nouuid
2008 Apr 17
1
LVM + xfs + Shadow copy
...lvcreate -v -L10M -s -n $SNAPNAME /dev/lvmgroup1/home xfs_freeze -u /home mkdir /home/@GMT-$SNAPNAME mount /dev/mapper/lvmgroup1-$SNAPNAME /home/@GMT-$SNAPNAME -onouuid,ro 4 - everything seems to be fine, but when i open previous version window under WinXP, it's blank ... so what else, i have no more idea, can anyone help me? cheers, Roli
2010 Feb 05
0
shadow_copy script example leads to system hang?
...but the script for taking a snapshot in the instructions for shadow_copy: that looks like this: ---- xfs_freeze -f /home/ lvcreate -L10M -s -n $SNAPNAME /dev/Home/lvol0 xfs_freeze -u /home/ mkdir /home/shadow_share/@GMT-$SNAPNAME mount /dev/Home/$SNAPNAME \ /home/shadow_share/@GMT-$SNAPNAME -onouuid,ro ---- Causes an, apparently, well-known system hang when you do the lvcreate. The workaround is to NOT use xfs_freeze. I don't know if this is a kernel bug -- haven't gotten things tracked down far enough yet, but I can confirm that the above does cause a hard hang that eventually req...