Please note that this configuration is on the client side, not the clearml server side 🙂
RipeAnt6 , you have to manage your storage on the NAS yourself. We delete data only on the fileserver.
However, you could try mounting the NAS to the fileserver docker as a volume and then deletion should also handle files on the NAS 🙂
RipeAnt6 Hi!
Yes, you simply need to configure the two following fields in your ~/clearml.conf
api.fileserver: <PATH_TO_NAS>
sdk.development.default_output_uri: <PATH_TO_NAS>
CostlyOstrich36 Another question. I versioned a dataset using the clearml-data cli and it works absolutely fine. But, when I archived and deleted the versioned data using the clearml GUI the dataset was not deleted. As it is only removed from the UI but still available physically on the NAS drive.