Changes between Version 12 and Version 13 of bdsync


Ignore:
Timestamp:
Aug 10, 2018, 5:09:02 PM (6 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bdsync

    v12 v13  
    110110==== Ensure bdsync user can write to device ====
    111111 * This step has to be taken for each guest that is moved (since it will be a different device for each guest)
    112  * Ensure the bdsync user can write to the device. On the target machine, figure out which device is the one being used, e.g.:
     112 * Add the bdsync user to the group of the server you are moving, e.g.
    113113{{{
    114 0 cleaver:~# ls -l /dev/mapper/vg_cleaver0-fuller
    115 lrwxrwxrwx 1 root root 7 Dec 11 19:39 /dev/mapper/vg_cleaver0-fuller -> ../dm-3
    116 0 cleaver:~#
    117 }}}
    118  * Then, chgrp it so that the bdsync user can read it:
    119 {{{
    120 chgrp bdsync /dev/dm-3
     114useradd bdsync augusto
    121115}}}
    122116
     
    149143
    150144{{{
    151 scp $GEUST.bdsync.gz bdsync@$TARGET_SERVER.mayfirst.org:bdsync/
     145scp $GUEST.bdsync.gz bdsync@$TARGET_SERVER.mayfirst.org:bdsync/
    152146}}}
    153147