Preskoči na sadržaj

Cloudian

raidrivecli add cloudian --bucket <bucket> --endpoint <address>

Ako pohranu dodate bez opcija, od vas će se zatražiti da unesete Access Key ID i Secret Access Key.

raidrivecli add cloudian --bucket mybucket \
                           --endpoint https://host.cloudian-server.com
Access Key ID: <access-key-id>
Secret Access Key: ********

Access Key ID ili Secret Access Key možete navesti i kao opcije.

raidrivecli add cloudian --bucket <bucket> --endpoint <address> \
                         --access-key-id <key>
raidrivecli add cloudian --bucket <bucket> --endpoint <address> \
                         --access-key-id <key> \
                         --secret-access-key [secret]

Upozorenje

Naredbe ljuske bilježe se u povijesti. Ako je moguće, preporučujemo da opciji --secret-access-key ne navodite vrijednost.

Ako ne navedete direktorij za montiranje, pohrana se montira u direktorij unutar /mnt, npr. /mnt/cloudian. Da biste odredili direktorij za montiranje, upotrijebite opciju --mount-path.

raidrivecli add cloudian --bucket mybucket \
                         --endpoint https://host.cloudian-server.com \
                         --mount-path /myservices/cloudian

Dodatne opcije

--bucket <bucket>                       bucket
--endpoint <address>                    address (e.g. https://host.example.com)
--access-key-id <key>                   access key id
--secret-access-key [secret]            secret access key

Pogledajte i