Hi, My Opensuse 12.2 server running the xen hypervisor opennebula 3.9.80 is showing the following error in my xend.log file.
Searching the opensuse documentation
Chapter I found the following extract but there is no "
Additional Xen Hypervisor Parameters" in the boot loader!!
When I set dom0_mem=1536M in the kernel options and re-boot it does not seem to register.
2.2.1. Setting a Maximum Amount of Memory¶
- Determine the amount of memory to set for Domain0.
- At Domain0, type xm info to view the amount of memory that is available on the machine. The memory that is currently allocated by Domain0 can be determined with the command xm list.
- Run YaST+Boot Loader.
- Select the Xen section.
- In Additional Xen Hypervisor Parameters, add dom0_mem=mem_amount where mem_amount is the maximum amount of memory to allocate to Domain0. Add K, M, or G, to specify the size, for example,dom0_mem=768M.
- Restart the computer to apply the changes
xend.log
[2013-04-18 00:32:06 2498] DEBUG (XendDomainInfo:2576) XendDomainInfo.constructDomain
[2013-04-18 00:32:06 2498] DEBUG (balloon:206) Balloon: 35675552 KiB free; need 16384; done.
[2013-04-18 00:32:06 2498] DEBUG (XendDomain:482) Adding Domain: 1
[2013-04-18 00:32:06 2498] DEBUG (XendDomainInfo:2917) XendDomainInfo.initDomain: 1 256
[2013-04-18 00:32:56 2498] ERROR (XendBootloader:60) Disk '/srv/cloud/one/var//datastores/0/13/disk.0' isn't accessible
[2013-04-18 00:32:57 2498] ERROR (XendDomainInfo:489) VM start failed
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomainInfo.py", line 475, in start
XendTask.log_progress(31, 60, self._initDomain)
File "/usr/lib64/python2.7/site-packages/xen/xend/XendTask.py", line 209, in log_progress
retval = func(*args, **kwds)
File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomainInfo.py", line 2919, in _initDomain
self._configureBootloader()
File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomainInfo.py", line 3393, in _configureBootloader
bootloader_args, kernel, ramdisk, args)
File "/usr/lib64/python2.7/site-packages/xen/xend/XendBootloader.py", line 61, in bootloader
raise VmError(msg)
VmError: Disk '/srv/cloud/one/var//datastores/0/13/disk.0' isn't accessible
[2013-04-18 00:32:57 2498] DEBUG (XendDomainInfo:3164) XendDomainInfo.destroy: domid=1
[2013-04-18 00:32:57 2498] DEBUG (XendDomainInfo:2484) No device model
[2013-04-18 00:32:57 2498] DEBUG (XendDomainInfo:2486) Releasing devices
[2013-04-18 00:32:57 2498] ERROR (XendDomainInfo:108) Domain construction failed
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomainInfo.py", line 106, in create
vm.start()
File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomainInfo.py", line 475, in start
XendTask.log_progress(31, 60, self._initDomain)
File "/usr/lib64/python2.7/site-packages/xen/xend/XendTask.py", line 209, in log_progress
retval = func(*args, **kwds)
File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomainInfo.py", line 2919, in _initDomain
self._configureBootloader()
File "/usr/lib64/python2.7/site-packages/xen/xend/XendDomainInfo.py", line 3393, in _configureBootloader
bootloader_args, kernel, ramdisk, args)
File "/usr/lib64/python2.7/site-packages/xen/xend/XendBootloader.py", line 61, in bootloader
raise VmError(msg)
VmError: Disk '/srv/cloud/one/var//datastores/0/13/disk.0' isn't accessible
Thanks
Dennis
Bookmarks