Open
Description
ycsb vm can't start on PLM backend, because there is no entry for "4(vcpu)-16384(vmem)" vm configuration in lib/clouds/plm_cloud_ops.py
and configs/templates/_plm.txt
. My fix:
lib/clouds/plm_cloud_ops.py:
self.vhw_config["04-16384"] = { "vcpus" : "4", "vmem" : "16384", "vstorage" : "104800", "vnics" : "1" }
configs/templates/_plm.txt
04-16384=04-16384
PS: I use a different (and perhaps simpler) naming style than that in the original code.
Metadata
Metadata
Assignees
Labels
No labels