לדלג לתוכן

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]

אזהרה

פקודות מעטפת (shell) נשמרות בהיסטוריה. אם אפשר, מומלץ לא להזין ערך ישירות באפשרות --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

ראה גם