DaanHoogland commented on issue #9915:
URL: https://github.com/apache/cloudstack/issues/9915#issuecomment-2472806278

   @Luskan777 the exception trace means that at the agent side the requested 
pool type is not recognised. Can you look at the agent log some more related 
messages above the stack trace.
   
   pooltypes are
   ```
   ISCSI("iscsi"), NETFS("netfs"), LOGICAL("logical"), DIR("dir"), RBD("rbd"), 
GLUSTERFS("glusterfs"), POWERFLEX("powerflex")
   ```
   it seems to be the 'logical' in
   ```
   <pool type='logical'>
   ```
   which is not recognised, so that seems a false negative.
   any more info is welcome.


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