Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use access points? #34

Open
adidenko opened this issue Apr 6, 2018 · 0 comments
Open

How to use access points? #34

adidenko opened this issue Apr 6, 2018 · 0 comments

Comments

@adidenko
Copy link

adidenko commented Apr 6, 2018

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:

curl -i -k --user "user:pass" https://rest.myisilon.local:8080/namespace/svc_dev/test01 \
  -X PUT -H "x-isi-ifs-target-type:container"

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant