[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xenpvnetboot failed with message "no space left on device"
I answer myself. I checked the source code of "xenpvnetboot" and debugged some variables. The program tries to download pxe files to this directory:
/var/run/xen/bootloader.67.d/xenpvboot.coreos_production_pxe.vmlinuz.QsWnpE /var/run/xen/bootloader.67.d/xenpvboot.coreos_production_pxe_image.cpio.gz.SsHYXP dom0 has only 1G RAM size, so ubuntu gives the "/run/" partition this size: # df -hl /run Filesystem  ÂSize Used ÂAvail Used% Mount on tmpfs       75M  1,1M  73M  2% /run # So the program exits with the right error message. Checking the source code I saw an option called "--output-directory". So I added the following option to the xen cfg file: bootloader_args = [ '--output-directory=/tmp/' ] And it worked fine. 2015-05-07 21:28 GMT+02:00 FÃlix Barbeira <fbarbeira@xxxxxxxxx>:
FÃlix Barbeira.
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |