#11765 closed defect (fixed)
"guestproperty set" toggles value with Powered Off vm => Fixed in SVN
回報者: | vroetman | 負責人: | |
---|---|---|---|
元件: | guest control | 版本: | VirtualBox 4.2.12 |
關鍵字: | guestproperty set | 副本: | |
Guest type: | Windows | Host type: | Windows |
描述
When the VM is Powered Off,
VBoxManage guestproperty set VMName TestProperty
will set TestProperty with an empty value if TestProperty does not exist.
If TestProperty does exist, it will delete the property.
This means running the command multiple times will toggle the TestProperty value between set and deleted.
In the past, running guestproperty set would make sure the value was deleted, no matter its previous state. This is used to clear values that might be set from a previous run.
This is only when the VM is powered off. It works as expected if the VM is running.
This might be related to Ticket #11719.
Thank you for this report! The syntax you use should actually delete the guest property. But the behavior you see is definitely a bug. It will be fixed with the next maintenance release.