You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the API changed at some point to singular instead of plural for the volume type.
For me the URLs that are used here look like this: /1.0/storage-pools/$POOL/volumes/container/$NAME
instead of /1.0/storage-pools/$POOL/volumes/containers/$NAME
The current swagger documentation also shows a singular type in the examples here.
My LXD version is: 4.0.8
The text was updated successfully, but these errors were encountered:
When I print the names and types of storage volumes I always get the custom type.
Maybe the API changed at some point to singular instead of plural for the volume type.
For me the URLs that are used here look like this:
/1.0/storage-pools/$POOL/volumes/container/$NAME
instead of
/1.0/storage-pools/$POOL/volumes/containers/$NAME
The current swagger documentation also shows a singular type in the examples here.
My LXD version is: 4.0.8
The text was updated successfully, but these errors were encountered: