Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does dbs-cli support snapshot or related rollback mechanism? #33

Open
TOBESTONG opened this issue Oct 9, 2024 · 0 comments
Open

Does dbs-cli support snapshot or related rollback mechanism? #33

TOBESTONG opened this issue Oct 9, 2024 · 0 comments

Comments

@TOBESTONG
Copy link

TOBESTONG commented Oct 9, 2024

First of all thanks for this great work.
I'm looking to use a separate dragonball virtual machine. I can successfully start dbs-cli based on my customized kernel and image, but I can't find snapshot option support. I would like to ask if dbs-cli supports snapshot?
My startup command is as follows

server@Super-Server:~/source/dbs-cli/target/debug$sudo ./dbs-cli create \
    --log-file dbs-cli.log --log-level ERROR \
    --kernel-path /home/server/source/kernel/linux/vmlinux \
    --rootfs /home/server/source/IMAGE/image1/bullseye.img \
    --boot-args "console=ttyS0 console=ttyS1 earlyprintk=ttyS1 tty0 reboot=k debug panic=1 pci=off" \
    --mem-size 1024 \
    --vcpu 4 \
    --max-vcpu 4 \
    --virnets '[{"guest_mac":"AA:BB:CC:DD:EE:FF","backend":{"type":"virtio","iface_id":"eth0","host_dev_name":"tap0","allow_duplicate_mac":true}}]

In addition, does the dragonball started by kata-container's runtime-rs support snapshot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant