Search results

  1. G

    Find faulty SSD in RAIDZ

    A few weeks ago zpool status spouted that one of the SSDs in my pool "ssdpool" had experienced I/O errors and that the scrub had had to resilver the pool with parity data from the other two drives. I moved tha VMs that inhabited that pool to another zpool to avoid data loss. I'd like to...
  2. G

    Proxmox not detected as bootable by OS-prober

    I run a dual-boot setup on my main workstation for testing purposes. My main driver is a fully updated Manjaro Linux. I boot said Manjaro installation using GRUB installed to the NVMe0-drive's EFI-partition. Proxmox is installed onto NVMe1. When running "update-grub" the bootloaders of all...
  3. G

    Proxmox Virtual console application

    Is there any application/package you can install into a container or VM to make the virtual/remote console work just like it does when interacting with the virtual console of the server itself? I know how to set up a virtual RS232/serial port on a VM/container and use xterm.js, but that terminal...
  4. G

    Failed to fetch feature 6

    I have my three proxmox machines (7.4-16 and 8.0.4) connected to a KVM-switch made by Delock. Which gives them access to my monitor and a receiver for Logitech keyboard/mouse. Whenever I switch to a machine, that machine starts spamming the below message in both syslog: "Oct 09 22:29:58 proxmox...
  5. G

    No driver for Intel i350-T4V2?

    In a newly installed system "ip a" only lists one NIC aside from the virtual devices: 2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000 link/ether 1c:87:2c:46:73:89 brd ff:ff:ff:ff:ff:ff That is the bridge port to my vmbr0...
  6. G

    pve-zsync "broken pipe" on new send job

    I just set up a new replication job with: pve-zsync create --source spool/ftp --dest 192.168.5.2:spool --maxsnap 7 --name ftp-24h --skip Then I edited "/etc/cron.d/pve-zsync" to make it run at 01-hours every day and ran "service cron reload" " * 01 * * * root pve-zsync sync --source spool/ftp...
  7. G

    pve-zsync verbose error description?

    When running "pve-zsync list" i get STATE:error on my filestore volume "spool/ftp". I have googled a lot and searched the forums, but have not been able to find any way to get pve-zsync to give me verbose information and/or error descriptions. "--verbose" doesn't seem to do anything for the...
  8. G

    Alternate GPT is invalid, using primary GPT. On /dev/zd***

    I stumbled upon these two Error messages when examining another thing in my dmesg today: [ 39.908314] Alternate GPT is invalid, using primary GPT. [ 39.908337] zd128: p1 p2 p3 p4 [ 40.536545] Alternate GPT is invalid, using primary GPT. [ 40.536569] zd192: p1 p2 p3 First of all; what...
  9. G

    Proxmox-boot-tool cannot write EFI variables

    When running "proxmox-boot-tool init" on a new system drive, I get an error message and it doesn't finish. "Failed to create EFI Boot variable entry: Invalid argument" Anybody know what it's about? Is this an efi/bios setting around secure-boot that needs to be changed? It affects both nvme0n1...
  10. G

    Transfer root filesystem between drives

    I have one of my proxmox nodes' root filesystem on a z-pool called rpool, consisting of three 512GB SSDs in raidz. I would like to fully transfer that filesystem with name (rpool), subvolumes, settings and all, to two 1024GB M.2 nvme drives in a zfs raid-1 mirror. Then take the three SSDs out...
  11. G

    Prevent HDD from sleeping

    I recently replaced a faulty HDD in one of my RAIDZ-pools. Before, it concisted of three identical, 8TB Toshiba NAS HDDs. The replacement drive is a 8TB Toshiba NAS drive, but a slightly newer model with more cache etc. It also differs from the other two drives in that it insists on going to...
  12. G

    synchronizing a non-VM ZFS volume between nodes

    How would I go about fully synchronizing, say at a 1hr interval, one subvolume of my rpool on node1 to node2? This subvolume does not contain any VMs, only file data created/consumed by my containers on node1 and I would just like to have a live copy of all the data on the other node. Is there a...
  13. G

    Replication without snapshots & stop replication job.

    Two questions: 1. Is it possible to set up automatic replication of a VM between two nodes without replicating all snapshots? I. e. replicating only the current machine state, but not the snapshots taken of it before? I take daily and weekly snapshots (retain six weekly and seven daily) locally...
  14. G

    Scheduled VM-snapshots from GUI

    Is there any way to fully automate the regular per-VM snapshot creation process found within the PVE GUI? I want to do something similar to zfs-auto-snapshot, rolling daily snapshot creation for all volumes, where a week worth of snapshots are retained (to revert user/config mistakes), but I...
  15. G

    [SOLVED] Access Web GUI from several vmbrs

    I currently access my web UI from vmbr0/bridge port enp34s0, 192.168.0.40:8006, which works fine. I would like to be able to access it from vmbr1 as well. vmbr1 has no bridge port. If I connect to a console on a VM running on vmbr1 I can ping the PVE-server's IP and I can connect to it via SSH...