Search results

  1. S

    Snapshot stuck on delete

    Its probably the same issue, downside is, I kind of forgot how I fixed it tho :(
  2. S

    Snapshot stuck on delete

    Greetings, I started doing snapshot of VM on PVE6.4, but it got stuck or something, outputing 7.90GiB in status for like an hour (every 10 seconds or something). I clicked stop and VM remained locked and Status of snapshot is now delete. I cannot remove this snapshot, I get error: zfs error...
  3. S

    Update PVE - is it safe on production? How to backup?

    Ahh, sorry Hit:1 http://ftp.si.debian.org/debian buster InRelease Hit:2 http://ftp.si.debian.org/debian buster-updates InRelease Hit:3 http://security.debian.org buster/updates InRelease Hit:4 http://download.proxmox.com/debian/pve buster InRelease
  4. S

    Update PVE - is it safe on production? How to backup?

    Greetings, thank you for quick reply. No, I do not have a subscription (yet). apt list --upgradable: apt-utils/stable-updates 1.8.2.3 amd64 [upgradable from: 1.8.2.2] apt/stable-updates 1.8.2.3 amd64 [upgradable from: 1.8.2.2] base-files/stable 10.3+deb10u9 amd64 [upgradable from...
  5. S

    Update PVE - is it safe on production? How to backup?

    Greetings, I'm not running that much behind updates on my production PVE 6.3-6, but there is quite alot of line of updates available. Main concern is, that something will break with update to 6.4. How can I backup everything in case of shit and fan scenario? Maybe how can I create image of...
  6. S

    How to do disk mirroring on already running system?

    OK, I found this thread: https://forum.proxmox.com/threads/proxmox-zfs-mirror-install-with-one-disk-initially.53601/, is this still accurate? I would like to have something like this, the correct config from my other server: Is this possible without going from scratch?
  7. S

    How to do disk mirroring on already running system?

    Greetings, I made a poo poo when installing my server, forgot to turn on mirror on two nvme system drives. Somehow Proxmox GUi shows 100gb of HD space(root). How do I check on which partition OS is installed? I guess its on /dev/nvme0n1p3.. How do I extend this partition to full remaining...
  8. S

    PVE kernel error

    Thank you for your reply. They dont appear often and I think that time I noticed it was right in between testing backup settings, so yeah, could be slow HDDs and zfs on them. Will keep an eye on it for sure. Thank you again. Regards, Anze
  9. S

    Backup isn't working (stops at upload directory step)

    Hmm, I guess I just had to wait ALOT of time to task to finish. It did finish eventually on its own, but it took like and hour to pass this step..
  10. S

    PVE kernel error

    Not sure, if this is anything critical.. Mar 22 13:47:09 backup kernel: INFO: task txg_sync:1780 blocked for more than 120 seconds. Mar 22 13:47:09 backup kernel: Tainted: P O 5.4.103-1-pve #1 Mar 22 13:47:09 backup kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"...
  11. S

    Backup isn't working (stops at upload directory step)

    Got to the same error, cant find anything in syslog like you did. Backup job is part of multiple instance's backup, did like 5 or 6 VMs or LXCs successfully, got stuck on 7th VM.. /mnt/vzsnap0 is empty directory. EDIT1: I stopped task of backuping up 12 instances and ran it again. Now it...
  12. S

    Problem with gateway on vmbrs

    Greetings, So, having 4 NICs on my server, I decided to do the following: - bond (LACP) two copper 1Gbps NICs into one and enslave it onto vmbr0, which also has public IP defined on it. - enslave one of optical NICs (enp67s0f1) onto vmbr 2, which also has public IP and gateway defined on it...
  13. S

    Best pratices to assign static IP addresse for VMs

    Well, each VM gets NIC, on which you define vmbr. Then set IP on each VM manually, making it from same pool as vmbr has defined on NIC.
  14. S

    [SOLVED] Cloning locked up my LXCs

    Eghrhrhrg, of course I did NOT! Didnt know command existed. Is there a list of such command in one place? Also, how can I check, why unlock didnt happen automatically? Thank you.
  15. S

    [SOLVED] Cloning locked up my LXCs

    Greetings, So, I decided to clone one of the LXCs. It was taking really long time, talking about few hours, when I decided, that I cannot wait an longer. Following https://lists.proxmox.com/pipermail/pve-user/2014-January/151957.html I killed both cloning processes, but now both LXCs are...
  16. S

    [SOLVED] Backup job stuck - Config locked (backup)

    Ahh, false alarm. One of the containers suddenly got big (intentionally) so first backup job took 12 hours. The problem with slow read/write on this server is still not solved, but will do this in separate thread.
  17. S

    [SOLVED] Backup job stuck - Config locked (backup)

    Greetings, One of the VMs should backup in the morning, but it didnt. In Logs, that wheel is spining in the line with Backup job description. Hard to restart VM, because it runs DB for alot of applications constantly in use. What to do?
  18. S

    Best practices for PBS

    Well, iptables are there to do first routing: traffic on specific ports stays on host (PVE; custom ssh port, 8006, 123, 53), the rest (tcp and udp) is routed to pfsense (well, onto vmbr1) where I'll do NAT or port forward or whatever. For example, I also control icmp packages with iptables...
  19. S

    Best practices for PBS

    Thank you for your reply. If I can be a bit more specific, since I tried alot already and simply cannot get ping through, this is my current situation on networking: main server: - integrated firewall completely off - network tab: - iptables routing everything incoming apart from few ports to...
  20. S

    Use additional nvme disk post proxmox installation

    Grettings, So, I mad a poo poo I guess. When installing PVE I didn't do RAID1 on my two NVMEs. So current situation is, that I have two 2TB nvme's available, but I installed it without any RAID, did do some strange partitioning tho. 1. Correct me if I'm wrong, but I created 500GB partition...