NHN Cloud

raidrivecli add nhn --nhn-container <container> --nhn-tenant-id <tenant-id>

If you add storage without any options, you will be prompted to enter a Account and API Password.

raidrivecli add nhn --nhn-container mycontainer --nhn-tenant-id mytenantid
Account: <account>
API Password: ********

Alternatively, a Account or API Password can be specified as options.

raidrivecli add nhn --nhn-container <container> \
                    --nhn-tenant-id <tenant-id> \
                    --nhn-account <account>
raidrivecli add nhn --nhn-container <container> \
                    --nhn-tenant-id <tenant-id> \
                    --nhn-account <account> \
                    --nhn-api-password <password>

Warning

Shell commands are logged in history. If possible, we recommend not specifying the --nhn-api-password option with a value.

If a mount directory is not specified, it will be mounted to a directory such as /mnt/nhn under /mnt. To specify the mount directory, use the --mount-path option.

raidrivecli add nhn --bucket mybucket --mount-path /myservices/nhn

ADDITIONAL OPTIONS

--nhn-container <container>             bucket
--nhn-tenant-id <tenant>                tenant id
--nhn-account  <account>                account 
--nhn-api-password [password]           password

SEE ALSO