Recent content by Zaman

  1. Z

    Node with question mark

    Then try open support ticket to reboot it for u
  2. Z

    Node with question mark

    try ssh root@yourip then enter the root password of proxmox server, for logs `cat /var/log/syslog` then read near the time of issue
  3. Z

    Node with question mark

    Do u try through ssh?
  4. Z

    Node with question mark

    is storage not full?check logs at `/var/logs`
  5. Z

    Node with question mark

    @uzair do u try this?
  6. Z

    [SOLVED] EACCES: Permission Denied when backing up to PBS.

    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...
  7. Z

    mark question offline node and disk hangs on lvcreate/disk move

    show that the drive already exist, i will try to upgrade the system hope to be solved..
  8. Z

    mark question offline node and disk hangs on lvcreate/disk move

    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...
  9. Z

    Node with question mark

    check ls /var/lock/lvm if there is any thing?
  10. Z

    Stuck when backup

    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
  11. Z

    Stuck when backup

    try lvs if it's hangs then something with disks
  12. Z

    Stuck when backup

    The same here when try to move vm disk..
  13. Z

    [SOLVED] extend LVM-Thin from two disks

    Thanks, it's bare metal. about chunk
  14. Z

    [SOLVED] extend LVM-Thin from two disks

    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...