请注意,此过程是定义多个远程后端的常规任务的一部分,如部署用于存储的远程系统中所述。因此,此过程使用相同的示例。
请参见配置 cinder.conf 文件中的示例,尤其是指定 enabled_backends 以及每个后端的卷名称。
例如:
[DEFAULT] ... storage_availability_zone=cinder_az
# cinder type-create type-remote # cinder type-key type-remote set volume_backend_name=ZFS_REMOTE
请发出一组相同的命令,根据需要创建其他卷类型。然后 solariszones 驱动程序为 Nova 实例创建实际的 Cinder 引导卷。
# svcadm restart cinder-volume:default
boot_volume_type
boot_volume_az
例如,基于以前的步骤,请编辑 Nova 配置文件,如下所示:
boot_volume_type=type-remote boot_volume_az=cinder_az
compute-node# svcadm restart nova-compute