itobin commented on issue #12322: URL: https://github.com/apache/cloudstack/issues/12322#issuecomment-3688218207
ok, made some progress, it seems we were missing the extra UUIDs and paths for /mnt/ssd and /mnt/nvme in the /etc/cloudstack/agent/agent.properties file, so after adding the following and rebooting the local storage is available after reboot. local.storage.uuid=5d51a3d7-7807-4921-bbb0-c969fa49b766,64727ad9-c3ee-4e8c-b474-3db4bb0073ce,da5bd125-3afc-4bd0-9edd-def3f7310809 local.storage.path=/var/lib/libvirt/images,/mnt/ssd,/mnt/nvme For the NFS shared storage, this isnt resolved but we found doing the following is a work around without rebooting. After enabling maintance on the NFS primary storage run service cloudstack-agent restart Then cancel maintenance and the NFS storage is now showing the data. So not sure if this is specifc to us or a bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
