Skip to content

Commit

Permalink
CPU/Memory hot-add was added in 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Oct 28, 2016
1 parent f2e7dc9 commit 61d975e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gems/pending/VMwareWebService/MiqVimInventory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ def initialize(server, username, password, cacheScope = nil)

deleteProperty(:Datastore, "summary.uncommitted")

deleteProperty(:VirtualMachine, "config.cpuHotAddEnabled")
deleteProperty(:VirtualMachine, "config.cpuHotRemoveEnabled")
deleteProperty(:VirtualMachine, "config.hardware.numCoresPerSocket")
deleteProperty(:VirtualMachine, "config.hotPlugMemoryIncrementSize")
deleteProperty(:VirtualMachine, "config.hotPlugMemoryLimit")
deleteProperty(:VirtualMachine, "config.memoryHotAddEnabled")
deleteProperty(:VirtualMachine, "summary.config.ftInfo.instanceUuids")
deleteProperty(:VirtualMachine, "summary.storage.unshared")
deleteProperty(:VirtualMachine, "summary.storage.committed")
Expand Down

0 comments on commit 61d975e

Please sign in to comment.