search for: cfg_path

Displaying 2 results from an estimated 2 matches for "cfg_path".

Did you mean: arg_path
2016 Oct 31
0
Re: [PATCH] v2v: bootloaders: search grub config for all distributions
...ot; > + | I_UEFI _ -> "/boot/efi/EFI/" > + in > + > + let rec find_grub dirs configs = > + let rec config_check dir configs = > + match configs with > + | [] -> None > + | (config, typ) :: configs -> > + let cfg_path = boot_location ^ dir ^ "/" ^ config in > + if g#is_file ~followsymlinks:true cfg_path then ( > + Some (cfg_path, typ) > + ) else config_check dir configs; > + in > + match dirs with > + | [] -> error (f_"no bootloader...
2010 May 05
1
VDI size on local repository always 0
Hello guys, I''m working on a cloud computing project involving Xen Hypervisor. I looked for the issue described in the subject in old posts but no success. I''m using the local storage repository and I can''t set physical_utilisation and virtual_utilisation via xen API because XendVDI.py has hardcoded the 0 value for local repository while is passed for QcoW storage