更新代码清理工具

This commit is contained in:
zeaslity
2026-07-01 16:30:30 +08:00
parent 093f1cddef
commit 205ee0ba4f
9 changed files with 1217 additions and 54 deletions

View File

@@ -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 \