pvesh and description

Vasilisc

Well-Known Member
Jun 29, 2017
34
3
48
45
vasilisc.com
If the description contains non-alphabetic characters, you can not create a snapshot on another server

Run the command from the server p1
Code:
root@p1 #  pvesh create /nodes/p1/qemu/125/snapshot -snapname "ss_test1" -description "automatically created" -vmstate false
200 OK

Code:
root@p1 #  pvesh create /nodes/p6/qemu/116/snapshot -snapname "ss_test2" -description "automatically created" -vmstate false
400 too many arguments
create nodes/p6/qemu/116/snapshot -snapname <string> [OPTIONS]
proxy handler failed

Delete the space character in description
Code:
root@p1 #  pvesh create /nodes/p1/qemu/125/snapshot -snapname "ss_test1" -description "automatically" -vmstate false
200 OK

Code:
root@p1 #  pvesh create /nodes/p6/qemu/116/snapshot -snapname "ss_test2" -description "automatically" -vmstate false
200 OK
 

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!