Azure

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

옵션 없이 스토리지를 추가하면 Storage AccountKey를 입력하라는 메시지가 표시됩니다.

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

또는 Storage AccountKey를 옵션으로 지정할 수 있습니다.

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

경고

쉘 명령은 히스토리에 기록됩니다. 가능하다면 --azure-key 옵션을 값으로 지정하지 않는 것이 좋습니다.

마운트 디렉토리가 지정되지 않으면 /mnt 아래의 /mnt/azure와 같은 디렉토리에 마운트됩니다. 마운트 디렉토리를 지정하려면 --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

참조