Open GoogleCodeExporter opened 9 years ago
Correction: the '[backend]' section exists but the 'memory' setting doesn't.
However if I use gnt-instance info I see:
...
Back-end parameters:
always_failover: default (False)
auto_balance: default (True)
maxmem: default (128)
memory: default (128)
minmem: default (128)
spindle_use: default (1)
vcpus: default (1)
...
Original comment by bcandler...@googlemail.com
on 5 Jun 2014 at 12:15
The gnt-instance "memory" value is added explicitly [lib/client/gnt_instance.py]
# deprecated "memory" value, kept for one version for compatibility
# TODO(ganeti 2.7) remove.
be_actual = copy.deepcopy(instance["be_actual"])
be_actual["memory"] = be_actual[constants.BE_MAXMEM]
Original comment by bcandler...@googlemail.com
on 5 Jun 2014 at 12:18
http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.1.xsd
http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingD
ata.xsd
Maybe minmem and maxmem should map to rasd:Reservation and rasd:Limit
respectively? In that case can you just omit rasd:VirtualQuantity? (The schema
appears to allow this, but not sure if other implementations would be happy)
Original comment by bcandler...@googlemail.com
on 5 Jun 2014 at 12:50
Original comment by pud...@google.com
on 5 Jun 2014 at 2:24
Original comment by aeh...@google.com
on 24 Jun 2015 at 1:29
Original issue reported on code.google.com by
bcandler...@googlemail.com
on 5 Jun 2014 at 12:05