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
So when I use URL like https://rest.myisilon.local:8080/namespace/svc_dev/ I can create new folders, list contents, delete folder, etc. But for setting quota or for mounting share I should specify FS path (/ifs/data/dev/svc). But this library supports only one path for both, URL and FS.
I was provided with Isilon user/pass and it has a namespace (access point) and appropriate fs path.
Namespace (access point):
svc_dev
FS path:
/ifs/data/dev/svc
So when I use URL like
https://rest.myisilon.local:8080/namespace/svc_dev/
I can create new folders, list contents, delete folder, etc. But for setting quota or for mounting share I should specify FS path (/ifs/data/dev/svc
). But this library supports only one path for both, URL and FS.For example:
Creates folder
/ifs/data/dev/svc/test01
So for CreateIsiVolume I need to use
/svc_dev/test01
path, but for SetIsiQuotaHardThreshold I need to use/ifs/data/dev/svc/test01
.Is there any way I can work this around? Or am I missing something? Thanks!
The text was updated successfully, but these errors were encountered: