1. 背景 # lxd为node-1、node-2、node-3集群环境 lxc launch <image_id> <instance_name> -s <storage_pool> --target=node-1 # 创建lxd 容器 lxc config device add <instance_name> eth0 nic nictype=macvlan parent=<node-1物理机网卡>