pct clone complains about missing snapshot.

tonuonu

New Member
Mar 30, 2022
2
0
1
Proxmox VE 7.1 with all updates I believe. I am unsure what I do wrong:

Bash:
# pct snapshot 120 "myclone"
# pct listsnapshot 120
`-> myclone                     2022-03-30 19:24:46     no-description
  `-> current                                           You are here!
# pct clone 120 125
Cannot do full clones on a running container without snapshots
#
 
I think I found what I do wrong. Correct one:

Bash:
# pct clone 120 200 --snapname "myclone"
create full clone of mountpoint rootfs (local-zfs:subvol-120-disk-0)
 
a full clone needs access to the data in a consistent state. if the container is running, it can change the state - so in that case a full clone is only possible from a read-only snapshot, not the current (possibly changing) state.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!