ข้ามไปที่เนื้อหา

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

ดูเพิ่มเติม