Hello All,
I am working on a cloudstack 4.9 setup with a few KVM hosts. Some of the KVM
hosts have local primary storage besides the NFS storage.
In the global settings I could not find an option to enable local storage
for the zone. ( I am using advanced zone here).
When I tried to create a VM instance on the local storage, it gave an error
saying something like " Local storage is not enabled for the zone...."
To resolve this issue, I had to manually enable the local storage setting in
the database as below:

update data_center set is_local_storage_enabled = 1 where id =<zone id here>
;


I wonder why this option is not available on the GUI under global settings..



Thanks and regards,

Imran

Reply via email to