akrasnov-drv commented on issue #10616:
URL: https://github.com/apache/cloudstack/issues/10616#issuecomment-2849263531

   Hi, 
   - Removed local storage
   - stopped cloudstack-agent service
   - added local storage path (uuid already was configured)
   ```
   local.storage.uuid=a21cb1ec-9148-40cc-a54b-0e9f9924a31a
   local.storage.path=/var/lib/libvirt/images
   ```
   - ensured that there is no local pool in virsh
   - started cloudstack-agent
   
   And now I really see that the pool is created with proper uuid from 
agent.properties.
   
   The main 2 differences with what I did before are
   - storage path
   - no existing pool (previously I tried to save existing pool uuid to agent 
properties)
   
   Looks like local.storage agent properties are must to have
   Why not to add them on the 1st agent start when it re-writes 
agent.properties anyway?
   
   


-- 
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]

Reply via email to