Search results

  1. P

    [SOLVED] How to remove/fix the state file after snapshot failed

    Thank you. I got the error message when i try to remove the state file. May i know some suggest to remove the state file? Thank you. Parker
  2. P

    [SOLVED] How to remove/fix the state file after snapshot failed

    Thank you. I have tried to check Task History and i found below error during delete the snapshot.
  3. P

    [SOLVED] How to remove/fix the state file after snapshot failed

    Hi All, I am facing the strange problem, i find that the vm still have one state file even i already removed the snapshot. I don't know how to fix the problem and i am afraid it cause data lost when i try to remove state file in the zfs volume. May i know some suggestion to solve the problem...
  4. P

    Restore VM and change the configuration

    Hi All, I have a question about restore the VM to another host. I have backup the vm to proxmox backup server and we would like to restore the vm to another host via Live-Restore. The problem should be the vm configure not working in the new host(original:vCPU 12Cores ) but the new host only...
  5. P

    Question ISCSI SAN Storage - Thin Provisioning

    Hello All, I have a question about Thin Provisioning for ISCSI SAN Storage. I have three proxmox hosts and one ISCSI SAN Storage and i try to connect them and it is working, but i don't find any option to support Thin Provisioning option. I not sure how to do the best practice if i would like...
  6. P

    Unable to create zfs pool with error

    Thank you. The issue should be already fixed.
  7. P

    Unable to create zfs pool with error

    Hi All, I have configured three host (2 Host for live VM and 1 host for replica ), we design to setup the VM replication. We are facing the problem when i tried to recreate the zfs pool, because i would like to replace all disk from SATA to SSD, but i got the problem when i try to create the...
  8. P

    [SOLVED] Strange VM disk in replication mode

    Thank you. The issue already resolved.
  9. P

    [SOLVED] Strange VM disk in replication mode

    Hi All, We checked that there have two VM disks "vm-200-disk-0" and "vm-200-disk-1" . The "vm-200-disk-1" should be created when we failback the VM from replica. I tried to check VM hardware setting , there just showing the "vm-200-disk-0" in the Hardware Field. I also tried to remove the disk...
  10. P

    Migration suggestion - from Proxmox to Proxmox

    Thank you. May i know how to live migrate if i added the standalone Hos into cluster? There should not any share storage such as SAN Storage.
  11. P

    Migration suggestion - from Proxmox to Proxmox

    Hi All, We are planning to migrate one Proxmox Virtual machine(standalone Host) to another Proxmox(Cluster with replication). May i know some suggestion we can do the migration with less down time? We know that If we using the backup and restore method it may cause a long period for restoring...
  12. P

    How to get the exactly backup size in proxmox backup

    Hi All, We have a question, how to know exactly backup size for proxmox vm. I try to find the information in the proxmox VE but it seem the size should not correct and it showing the size bigger than vm hdd size, on the other hand, it seem the size also not showing proxmox backup server as...
  13. P

    Backup zfs usage and size

    Hi All, I facing the problem about proxmox Backup. I am using the zfs volume to backup our PVE, but i got the problem when we keep a few day snapshot, it seem the usage over 95% now. I tried to use prune function to set keep last:1 snapshot only, but it seem the usage size didn't drop/reduce...
  14. P

    How to increase datastore size[zfs]

    Thank you. zpool list and zfs list.I have executed the command. May i know any task i need to process when the pool already enlarge. I think the problem should be the file system didn't to enlarge the size. backup_disk 3.33G 6.96T 3.33G /mnt/datastore/backup_disk Thank you.
  15. P

    How to increase datastore size[zfs]

    Thank you. May i know the datastore will auto enlarge ? it seem the zpool list and zfs list showing the size should not matched. Thank you. root@pbs:~# zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT backup_disk 7.19T 3.33G 7.18T...
  16. P

    How to increase datastore size[zfs]

    Hi All, We just setup the new proxmox backup server and we have configured 7TB for initial setup, after that i have increase the size to 7.2TB. I can see the zfs storage size already showing 7.2TB, but datastore size still showing 6.96TB. May i know any method can increase the datastore size...
  17. P

    How to extend the datastore size

    Thank you. This is the result showing in mount command /dev/sdb1 on /mnt/datastore/store1 type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
  18. P

    How to extend the datastore size

    Thank you. i tried to Resize the disk by parted.but it seem the size still not grow. I tried to use xfs_growfs command to enlarge the size but i got the warning should be "/dev/sdb1 is not a mounted XFS filesystem". Thank you. root@pbs:~# xfs_growfs /dev/sdb1 xfs_growfs: /dev/sdb1 is not a...
  19. P

    How to extend the datastore size

    Hi All, I just setup the new Proxmox Backup Server for testing. I have created the datastore as below command. May i know it possible to extend the size when i already add more disk space in the hypervisor level for this disk? # proxmox-backup-manager disk initialize sdb...