I don't understand which process you want me to strace? The qm process?
The qemu agent process that is not working correctly. The qm process will tell you that it got a timeout, but not why. Therefore you need to strace the guest agent.
I don't understand which process you want me to strace? The qm process?
futex(0x7f9f16ab6010, FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1591953038, tv_nsec=874605592}, 0xffffffff) = -1 EAGAIN (Resource temporarily unavailable)
stat("/etc/pve/nodes/server36/qemu-server/105.conf", {st_mode=S_IFREG|0640, st_size=506, ...}) = 0
open("/var/run/qemu-server/105.pid", O_RDONLY) = 5
Sorry, maybe I'm thick, but how would I do that? Please be specific.
I think you want me to run the command on the host while running an strace in the guest, is that right? Which process do I strace in the guest?
What is the qemu agent? The qm command? Please be specific.
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fcc9b17fa50) = 22174
wait4(22174, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 22174
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=22174, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
open("/proc/self/mountinfo", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fcc9b18c000
read(6, "17 39 0:17 / /sys rw,nosuid,node"..., 1024) = 1024
read(6, "/blkio rw,nosuid,nodev,noexec,re"..., 1024) = 1024
read(6, " 0:32 / /sys/fs/cgroup/cpuset rw"..., 1024) = 1024
read(6, ":0 / /var/tmp rw,nosuid,noexec,r"..., 1024) = 1024
read(6, "dable - xfs /dev/mapper/centos-r"..., 1024) = 1024
read(6, "etc/alternatives ro,nosuid,relat"..., 1024) = 1024
read(6, "me/virtfs/xxxxxxxx/usr/local/cpa"..., 1024) = 1024
read(6, "virtfs/xxxxxxxx/usr/local/cpanel"..., 1024) = 1024
read(6, "fs /dev/mapper/centos-root rw,se"..., 1024) = 1024
read(6, "fs/xxxxxxxxxxxxxxxx/var/spool rw"..., 1024) = 1024
read(6, "uid,noexec,relatime unbindable -"..., 1024) = 1024
read(6, "/3rdparty/mailman/spam rw,relati"..., 1024) = 1024
read(6, "xxxxxxxxxxxx/home/xxxxxxxxxxxxxx"..., 1024) = 1024
read(6, ",noexec,relatime unbindable - xf"..., 1024) = 1024
read(6, "/home/virtfs/xxxxxxxx/etc/altern"..., 1024) = 1024
read(6, "party/mailman/data /home/virtfs/"..., 1024) = 1024
read(6, "/mailman/qfiles /home/virtfs/xxx"..., 1024) = 1024
read(6, "pper/centos-root rw,seclabel,att"..., 1024) = 1024
read(6, " - xfs /dev/mapper/centos-root r"..., 1024) = 1024
read(6, "/cpanel/email_send_limits /home/"..., 1024) = 1024
read(6, "ilman/lists /home/virtfs/xxxxxxx"..., 1024) = 1024
read(6, ",size=2452204k,mode=700\n", 1024) = 24
read(6, "", 1024) = 0
close(6) = 0
munmap(0x7fcc9b18c000, 4096) = 0
open("/var/run/qga.state.isfrozen", O_WRONLY|O_CREAT, 0600) = 6
close(6) = 0
open("/home/virtfs/xxxxxxxx/home/xxxxxxxx", O_RDONLY|O_CLOEXEC) = 6
ioctl(6, FIFREEZE
Problem solved. After conferring with Cpanel support they suggested removing a loopback /tmp partition used for security https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/ - after removing this the fsfreeze/thaw now appear to function correctly.
How do I tell qmrestore to use a smaller disk for this restore, like 250G ?
Hi @rcdProblem solved. After conferring with Cpanel support they suggested removing a loopback /tmp partition used for security https://docs.cpanel.net/knowledge-base/security/tips-to-make-your-server-more-secure/ - after removing this the fsfreeze/thaw now appear to function correctly.
Hi @high_performerSorry for entering this thread in 2022.
Same problem with my vzdump for one VM.
Version 7.2 - latest proxmox-updates. VM is a debian bullseye with guest-tools.
Suggestion: in my vm i mount another partition for /var/www. My this cause the problem?
Suggestion: is there a limit for the partition-size? My /var/www is 8T (yes tera) - the root disk just several GB