更新代码清理工具
This commit is contained in:
@@ -32,6 +32,19 @@ virsh start ubuntu2204-vm
|
||||
|
||||
virsh destroy ubuntu2204-vm
|
||||
|
||||
python3 vm_manager.py clone-linux \
|
||||
--template ubuntu2204-vm\
|
||||
--name-prefix RMDC-ubuntu2204 \
|
||||
--ip 192.168.11.20 \
|
||||
--prefix 24 \
|
||||
--gateway 192.168.11.1 \
|
||||
--dns 192.168.34.40,223.5.5.5 \
|
||||
--vcpus 4 \
|
||||
--memory 8192 \
|
||||
--data-size 20000G \
|
||||
--autostart
|
||||
|
||||
|
||||
python3 vm_manager.py clone-linux \
|
||||
--template ubuntu2204-vm\
|
||||
--name-prefix ubuntu2204 \
|
||||
|
||||
Reference in New Issue
Block a user