[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Error: (28, 'No space left on device
Hello, I have a little problem with my Xen server. Friday, I done a xm destroy on a Windows XP vm. But now when I want to start this vm I have this error : Error: (28, 'No space left on device, while writing /vm/58c0159f-19c9-5e94-1ae7-eebd4205d520/image/cmdline : ') so I done this : xenstore-control check I use this script to dump the tdb : ---------------------------------- #!/bin/sh function dumpkey() { local param=${1} local key local result result=$(xenstore-list ${param}) if [ "${result}" != "" ] ; then for key in ${result} ; do dumpkey ${param}/${key} ; done else echo -n ${param}'=' xenstore-read ${param} fi } for key in /vm /local/domain /tool ; do dumpkey ${key} ; done ---------------------------------- I then used xenstore-rm to erase the wrong keys (related to my vm). After removing of all wrong keys, I cannot start this domain anymore. I still have the same error. I cannot reboot the whole Xen Server as he desserve a lot of vm :-( Could you help me please, anyone ? need some other information? -- ''~`` ( o o ) +------------------.oooO--(_)--Oooo.---------------------+ | Guillaume Chéramy - Guidtz | | E-Mail : guillaume.cheramy@xxxxxxxxx | | ( ) | +---------------------\ (----( )-----------------------+ \_) ) / (_/ _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |