On Mon, Jan 18, 2021 at 11:25:45AM +0800, Xiao Shenwei wrote:
[why] libvirt use a xml file to start vm
<os> <kernel>xxx</kernel> <initrd>xxx</initrd> <cmdline>xxx</cmdline> </os>
so, we can submit job use os_mount=initramfs to get kernel and initrd absolute path. Minimum memory limit: 16G
the file name can use vt-2p16g?
Thanks, Shenwei
Signed-off-by: Xiao Shenwei xiaoshenwei96@163.com
hosts/libvirt-2p16g | 5 +++++ hosts/libvirt-2p32g | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 hosts/libvirt-2p16g create mode 100644 hosts/libvirt-2p32g
diff --git a/hosts/libvirt-2p16g b/hosts/libvirt-2p16g new file mode 100644 index 000000000..aecbb7948 --- /dev/null +++ b/hosts/libvirt-2p16g @@ -0,0 +1,5 @@ +provider: libvirt +template: kvm +nr_node: 1 +nr_cpu: 2 +memory: 16G diff --git a/hosts/libvirt-2p32g b/hosts/libvirt-2p32g new file mode 100644 index 000000000..aa7c8c065 --- /dev/null +++ b/hosts/libvirt-2p32g @@ -0,0 +1,5 @@ +provider: libvirt +template: kvm +nr_node: 1 +nr_cpu: 2
+memory: 32G
2.23.0