新建备份存储
介绍如何添加备份存储
目前仅支持添加NFS共享存储作为备份存储。
前置条件
要求所有宿主机都能通过网络访问备份存储,可以在任意宿主机节点尝试挂载备份存储
创建方式
可以通过前端WebUI创建,也可以通过如下climc命令创建。
# 添加备份存储,目前--capacity-mb字段无意义,可随便填写
$ climc backupstorage-create [--storage-type {nfs}] [--nfs-host NFS_HOST] [--nfs-shared-dir NFS_SHARED_DIR] [--capacity-mb CAPACITY_MB] [--description <DESCRIPTION>] <NAME>
# 举例,将存储地址`192.168.1.1`,文件路径`/data/nfs`的nfs存储添加到备份存储
$ climc backupstorage-create --storage-type nfs --nfs-host 192.168.1.1 --nfs-shared-dir /data/nfs --capacity-mb 100000 backupstorage
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.