search for: f24cb07

Displaying 3 results from an estimated 3 matches for "f24cb07".

2009 Sep 30
1
[PATCH node] split root filesystems out of HostVG and onto their own partitions
...$drive "rm 1" parted -s $drive "rm 2" + parted -s $drive "rm 3" + parted -s $drive "rm 4" fi printf "Finished uninstalling node." else diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index fc43343..f24cb07 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -625,9 +625,11 @@ lvremove() { reboot() { cd / # setup new Root if update is prepared - if [ -e /dev/HostVG/RootUpdate ]; then - lvrename HostVG Root RootBackup - lvrename HostVG RootUpdate Root + i...
2009 Sep 30
0
[PATCH node] RESEND: split root file systems out of HostVG onto separate partitions
...parted -s $drive "rm 2" + parted -s $drive "rm 3" + parted -s $drive "rm 4" fi service multipathd restart printf "Finished uninstalling node." diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index fc43343..f24cb07 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -625,9 +625,11 @@ lvremove() { reboot() { cd / # setup new Root if update is prepared - if [ -e /dev/HostVG/RootUpdate ]; then - lvrename HostVG Root RootBackup - lvrename HostVG RootUpdate Root + i...
2009 Oct 22
0
[PATCH node] merge Root and /boot partitions
...arted -s $drive "rm 1" parted -s $drive "rm 2" parted -s $drive "rm 3" - parted -s $drive "rm 4" fi printf "Finished uninstalling node." else diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index f24cb07..6e76ce3 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -260,14 +260,14 @@ mount_live() { mount -r $live_dev /live || mount $live_dev /live } -# mount boot partition -# boot loader + kernel + initrd -mount_boot() { - if grep -q " /boot " /etc/mtab; then +...