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