Skip to content
Snippets Groups Projects
Verified Commit 79bed278 authored by anarcat's avatar anarcat
Browse files

add pv hint

parent f3963a4f
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,13 @@ Import procedure:
lvcreate -L 4GiB -n $INSTANCE-swap vg_ganeti
mkswap --uuid $SWAP_UUID /dev/vg_ganeti/$INSTANCE-swap
TODO: the above assumes only two disk devices, which is usually incorrect.
TODO: the above assumes only two disk devices, which is usually
incorrect.
Sometimes it might be worth using pv to get progress on long
transfers:
pv /srv/$INSTANCE-lvm.raw | dd of=/dev/vg_ganeti_hdd/$INSTANCE-lvm bs=4k
6. on the MASTER NODE, create the instance, adopting the LV:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment