debuggers.hg
changeset 642:4750dfc4d829
bitkeeper revision 1.337 (3f0d657f74Gik-j1dECKz392l6y-UQ)
USAGE-cmdline:
Add important message about not using the web interface at the same time as the command line
USAGE-cmdline:
Add important message about not using the web interface at the same time as the command line
author | rac61@labyrinth.cl.cam.ac.uk |
---|---|
date | Thu Jul 10 13:09:19 2003 +0000 (2003-07-10) |
parents | 7f7fc97be5fd |
children | cae97f492816 |
files | tools/control/doc/USAGE-cmdline |
line diff
1.1 --- a/tools/control/doc/USAGE-cmdline Thu Jul 10 13:08:12 2003 +0000 1.2 +++ b/tools/control/doc/USAGE-cmdline Thu Jul 10 13:09:19 2003 +0000 1.3 @@ -1,3 +1,22 @@ 1.4 +IMPORTANT! DATA LOSS POTENTIAL! 1.5 +------------------------------- 1.6 + 1.7 +It is important that no changes be made to the virtual disk manager through 1.8 +the command line while the web interface is running! 1.9 + 1.10 +If you use the web interface at all, it is NOT safe to call: 1.11 +xenctl partitions add 1.12 +xenctl vd create 1.13 +xenctl vd delete 1.14 +xenctl vd refresh 1.15 + 1.16 +Your changes will likely be lost, or the virtual disks left in an 1.17 +inconsistent state, or data on them corrupted or erased. 1.18 + 1.19 +Other xenctl functions do not modify VDM state and are therefore safe, 1.20 +e.g. it's okay to do domain control from the command line if the web 1.21 +interface is running. 1.22 + 1.23 General 1.24 ------- 1.25 1.26 @@ -74,4 +93,4 @@ Create a virtual block device: 1.27 Lists virtual block devices: 1.28 xenctl vbd show 1.29 1.30 -Virtual block devices are automatically deleted when their domain is destroyed. 1.31 \ No newline at end of file 1.32 +Virtual block devices are automatically deleted when their domain is destroyed.