Preskoči na sadržaj

Azure

raidrivecli add azure --azure-storage-type <blob|file>

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

raidrivecli add azure --azure-storage-type blob
Account: <account>
Key: ********

Account ili Key možete navesti i kao opcije.

raidrivecli add azure --azure-storage-type <blob|file> \
                      --azure-storage-account <account> \
                      --azure-key [key]

Upozorenje

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

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

raidrivecli add azure --azure-storage-type blob \
                      --mount-path /myservices/azure

Dodatne opcije

--azure-storage-type <blob|file>        blob, file
--azure-storage-account <account>       account
--azure-key [key]                       key

Pogledajte i