stdout not work

Steel901

New Member
Dec 17, 2010
4
0
1
Russia, Moscow
Hello
We have a cluster of 3 nodes (pve-manager/3.1-17/eb90521d (running kernel: 2.6.32-25-pve))


Does not work option "--stdout" in the utility vzdump.
Displays an error:

node-03:~# vzdump 13101206 --stdout | qmrestore - 13101604
restore vma archive: vma extract -v -r /var/tmp/vzdumptmp401439.fifo - /var/tmp/vzdumptmp401439
can't use storage for backups - wrong content type
command 'vma extract -v -r /var/tmp/vzdumptmp401439.fifo - /var/tmp/vzdumptmp401439' failed: got timeout



Earlier (in pve 1.9) it worked fine.
 
Oh, seems you need to add content 'backup' for local storage in your storage configuration:

dir: local
path /var/lib/vz
content images,iso,vztmpl,backup,rootdir
...

Backup need resources on local storage, so you need to enable/allow that.
 
Last edited: