Thanks
# proxmox-backup-manager version
proxmox-backup-server 3.1.4-1 running version: 3.1.2
This Work for me
chown backup:backup /var/log/proxmox-backup/tasks -R
the issue was similar to
ERROR: VM 100 qmp command 'backup' failed - backup connect failed: command error: EACCES: Permission...
Hello,
when try to disk move to another Storage the task stuck on 0% and when cancel it then the web GUI goes offline and after check `/var/lock/lvm` is locked P_global V_thin2
# ls /var/lock/lvm
P_global V_thin2
/var/lock/lvm# lsof P_global...
make sure there is no network issue
[555676.132838] nfs: server 192.168.178.111 not responding, still trying
or bcs of high I/O load
try to backup with limit bandwidth
I'm used (look like more faster)
# lvcreate --type thin-pool -l 100%FREE -Zn thin2/thin2
Thin pool volume with chunk size 1.00 MiB can address at most 253.00 TiB of data.
Logical volume "thin2" created.
the old method
# lvcreate --type thin-pool -l 100%FREE -n thin2 thin2
Thin pool volume...
need to set metadatasize for `1.73` ? bcs when try to restore take to long or there is other reasons for that like /tmp is small etc..
Strange
lvs -a -o +devices
[lvol0_pmspare] thin2 ewi------- 15.81g /dev/sdb(0)
thin2...
does,need to set metadatasize for `1.73` ? bcs when try to resotre 1T take to long if not then where is the reasons that take to long like /tmp/ small etc...
Thanks,
```
lvresize -l +100%FREE ssd2r0/ssd2r0
Size of logical volume ssd2r0/ssd2r0_tdata changed from 876.21 GiB (224311 extents) to <1.73 TiB (453262 extents).
Logical volume ssd2r0/ssd2r0_tdata successfully resized.
```
working well without losing data
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.