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
In order to create quotas, the directory_id is required. However nfs_export nor smb_share returns the ID after an apply. And as the provider does not have any kind of data source, we are not able to get the ID. So the need for external/third-party providers/scripts is needed to get the ID. /v1/files/{ref}/info/attributes can be used to retrieve the ID.
The text was updated successfully, but these errors were encountered:
markuslanz77
changed the title
[Bug] directory_id not retrievable for "qumulo_directory_quota" resource
[Bug] - directory_id not retrievable for "qumulo_directory_quota" resource
Mar 16, 2023
@markuslanz77, Thanks for pointing out the need for a data source to be able to retrieve directory_id so you can use that for create/update of quota. This would be another feature-request to the current provider.
In order to create quotas, the directory_id is required. However nfs_export nor smb_share returns the ID after an apply. And as the provider does not have any kind of data source, we are not able to get the ID. So the need for external/third-party providers/scripts is needed to get the ID.
/v1/files/{ref}/info/attributes
can be used to retrieve the ID.The text was updated successfully, but these errors were encountered: