Comment on CVO volumes are already implemented on the provider when creating a new volume but not yet implemented when updating an existing volume . This PR add it into the Volume update logic . The provider already implement all the needed stuff, "volume/comment" is also available in the volume update API call according to the official API doc.
One can update an existing volume without comment to add a comment
Update an existing volume with a comment to a different comment
Update a volume with a comment to a volume without comment
Comment on CVO volumes are already implemented on the provider when creating a new volume but not yet implemented when updating an existing volume . This PR add it into the Volume update logic . The provider already implement all the needed stuff, "volume/comment" is also available in the volume update API call according to the official API doc.