Azure¶
raidrivecli add azure --azure-storage-type <blob|file>
オプションを指定せずにストレージを追加すると、Account と Key の入力を求められます。
raidrivecli add azure --azure-storage-type blob
Account: <account>
Key: ********
Account または Key をオプションで指定することもできます。
raidrivecli add azure --azure-storage-type <blob|file> \
--azure-storage-account <account> \
--azure-key [key]
警告
シェルのコマンドは履歴に記録されます。可能であれば、--azure-key オプションには値を直接指定しないことをお勧めします。
マウントディレクトリを指定しない場合は、/mnt/azure のように /mnt の下のディレクトリにマウントされます。マウントディレクトリを指定するには、--mount-path オプションを使います。
raidrivecli add azure --azure-storage-type blob \
--mount-path /myservices/azure
追加オプション¶
--azure-storage-type <blob|file> blob, file
--azure-storage-account <account> account
--azure-key [key] key