## VIRSH CONFIGURE ##
# VIRSH configuration file example.
# /cloud_nsd/conf/virsh.conf
################################## INCLUDES ###################################
# Include one or more other config files here.
############################## GLOBAL VARIABLES ###############################
Nfs_Dir=/cloud_nsd #NFS共享目录
Script_Path=$Nfs_Dir/shell #脚本路径
Soft_Path=$Nfs_Dir/soft #软件路径
############################ MANAGER VM ##############################
# [CREATE|DELETE VM]
Disk_Path=/var/lib/libvirt/images #磁盘文件路径
Disk_Size=50G #新磁盘大小
Xml_Path=/etc/libvirt/qemu #XML配置文件路径
Backend_Disk=$Disk_Path/.node_base.qcow2 #后端盘
Backend_Xml=$Disk_Path/.node_base.xml #后端盘配置文件