Actions
Bug #28772
closedVM created using hammer default take 'OS Disk Caching' value 'ReadWrite'
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Description
When VM is created and no 'OS Disk Caching' value is provided on-
1)UI - it shows value as NONE
. This is because it finds the first value on the select list as NONE and hence, sets the same.
2)CLI - it shows value as ReadWrite
. This is because it is expected to keep the value default as ReadWrite.
Hence, It's good to add a default Please select help option that will show ReadWrite by default if nothing is selected.
Actions