Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

評估實體儲存需求

貢獻者

在為用戶端配置SMB儲存設備之前、您必須確保現有的集合體中有足夠的空間可容納新的磁碟區。如果沒有、您可以將磁碟新增至現有的Aggregate、或建立所需類型的新Aggregate。

步驟
  1. 顯示現有Aggregate中的可用空間: storage aggregate show

    如果集合體有足夠的空間、請在工作表中記錄其名稱。

    cluster::> storage aggregate show
    Aggregate     Size Available Used% State   #Vols  Nodes  RAID Status
    --------- -------- --------- ----- ------- ------ ------ -----------
    aggr_0     239.0GB   11.13GB   95% online       1 node1  raid_dp,
                                                             normal
    aggr_1     239.0GB   11.13GB   95% online       1 node1  raid_dp,
                                                             normal
    aggr_2     239.0GB   11.13GB   95% online       1 node2  raid_dp,
                                                             normal
    aggr_3     239.0GB   11.13GB   95% online       1 node2  raid_dp,
                                                             normal
    aggr_4     239.0GB   238.9GB   95% online       5 node3  raid_dp,
                                                             normal
    aggr_5     239.0GB   239.0GB   95% online       4 node4  raid_dp,
                                                             normal
    6 entries were displayed.
  2. 如果沒有具有足夠空間的集合體、請使用將磁碟新增至現有的集合體 storage aggregate add-disks 或使用建立新的 Aggregate storage aggregate create 命令。