]> git.proxmox.com Git - qemu-server.git/commit
fix #2367: do not allow snapshot with name PENDING
authorOguz Bektas <o.bektas@proxmox.com>
Thu, 24 Oct 2019 11:53:09 +0000 (13:53 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Nov 2019 09:01:41 +0000 (10:01 +0100)
commit15c6e277a4cdbaa9fedce5421d6dc4fab47cffd3
treec78cfc55535c42f5eb1bee789e1e2adae402eb80
parent045749f2fce79109a17cc5189351bd2b3b0d5b21
fix #2367: do not allow snapshot with name PENDING

or any other variant of the word 'pending'.

note that we can actually allow this snapshot after PVE 7.0, since
pending section and snapshots will be properly namespaced.
([pve:pending] and [snap:$snapname] or similar).

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PVE/QemuServer.pm