Changes between Version 4 and Version 5 of decommission_kvm


Ignore:
Timestamp:
May 23, 2012, 1:06:43 AM (12 years ago)
Author:
Daniel Kahn Gillmor
Comment:

you want to remove the guest user *after* wiping the guest disks

Legend:

Unmodified
Added
Removed
Modified
  • decommission_kvm

    v4 v5  
    2121{{{
    2222# rm -rf /etc/sv/kvm/GUESTNAME
    23 }}}
    24 
    25 == Removing the guest user ==
    26 
    27 {{{
    28 deluser --remove-home GUESTNAME
    2923}}}
    3024
     
    8377Now run 'vgs' again and make sure the new disk space has been added back to the volume group.  You should see an increase in the 'VFree' column of the output of the 'vgs' command.
    8478
     79== Removing the guest user ==
     80
     81{{{
     82# deluser --remove-home GUESTNAME
     83}}}
     84
    8585== Clean up on helper servers ==
    8686