Changes between Version 12 and Version 13 of bdsync
- Timestamp:
- Aug 10, 2018, 5:09:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bdsync
v12 v13 110 110 ==== Ensure bdsync user can write to device ==== 111 111 * 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. 113 113 {{{ 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 114 useradd bdsync augusto 121 115 }}} 122 116 … … 149 143 150 144 {{{ 151 scp $G EUST.bdsync.gz bdsync@$TARGET_SERVER.mayfirst.org:bdsync/145 scp $GUEST.bdsync.gz bdsync@$TARGET_SERVER.mayfirst.org:bdsync/ 152 146 }}} 153 147