Search results

  1. T

    Clustering and local storage misunderstanding

    I started playing with clustering and my goal is to replicate vms from one node to another while keeping the replicated vm shutdown until needed. No HA here for now. I understand that NFS / ISCSI accessible storages might be required to do so but I'm not there yet since both nodes are using...
  2. T

    Small question of aesthetics ...

    As you can see I installed the dark theme of Weilbyte on github and I am very happy with it. However, I would like to know if there is a way to define somewhere that all dropdown menus are compact by default and not the opposite? On hosts that have a lot of disks it can get confusing for...
  3. T

    zpool import command question

    I do have a zfs pool where I store some vm. One of these vm is pfSense. When installing pfSense on the vm, the defaults are now to install it using zfs, which I did. So far so good. But why now when I run zpool import on the host I get the following : root@pve:~# zpool import pool: pfSense...
  4. T

    ZFS issues with disk images after reboot

    nevermind, that was too easy : apt remove pve-kernel-5.15.19-2-pve :)
  5. T

    ZFS issues with disk images after reboot

    ok I will give it a try. In the meantime, would you mind just telling me how to revert to the previous kernel and remove pve-kernel-5.15 ?
  6. T

    ZFS issues with disk images after reboot

    for i in $(ls -1 /dev/zd* |grep -v '/dev/zd[0-9]*p[0-9]*'); do echo $i; /lib/udev/zvol_id $i ; done |grep -B1 RZ2-2_5-8_2TB/vm-1002-disk-0 /dev/zd0 RZ2-2_5-8_2TB/vm-1002-disk-0 root@pve:~# udevadm trigger /dev/zd128 root@pve:~# udevadm trigger /dev/zd0 root@pve:~# ls...
  7. T

    ZFS issues with disk images after reboot

    for i in $(ls -1 /dev/zd* |grep -v '/dev/zd[0-9]*p[0-9]*'); do echo $i; /lib/udev/zvol_id $i ; done |grep -B1 RZ2-2_5-8_2TB/vm-1002-disk-0 /dev/zd0 RZ2-2_5-8_2TB/vm-1002-disk-0
  8. T

    ZFS issues with disk images after reboot

    After another reboot, one of the vm that didn't boot at the previous reboot is now booting but I have the same issue with other vm using the same zpool. zvol_wait Testing 11 zvol links Still waiting on 1 zvol links ... Still waiting on 1 zvol links ... No progress since last loop. Checking if...
  9. T

    ZFS issues with disk images after reboot

    same problem : (and no I don't have anything customized/nondefault for the zpool/system/zvols zfs get all R1_1.6TB_SSD_EVO860/vm-1002-disk-0 NAME PROPERTY VALUE SOURCE R1_1.6TB_SSD_EVO860/vm-1002-disk-0 type volume...
  10. T

    ZFS issues with disk images after reboot

    Latest updates installed today and that's how I saw the problem. pveversion -v proxmox-ve: 7.1-1 (running kernel: 5.13.19-6-pve) pve-manager: 7.1-10 (running version: 7.1-10/6ddebafe) pve-kernel-helper: 7.1-12 pve-kernel-5.13: 7.1-9 pve-kernel-5.13.19-6-pve: 5.13.19-14 pve-kernel-5.13.19-5-pve...
  11. T

    ZFS issues with disk images after reboot

    I do have a ZFS pool (R1_1.6TB_SSD_EVO860) where I store my vm os disk images. Recently, after I had to reboot the host, some vm were not starting (while others from the same zfs pool did) and I got the following log events in syslog (see below). "timeout: no zvol device link for...
  12. T

    copy paste issue using xterm.js from workstation to vm

    vm is pfsense (freebsd 12.3) trying to copy in nano, but also tried ee copying from a mac on safari, but also tried chrome. Once paste a big chunk, webconsole will hang, sometime disconnect. I have to go with xvnc or ssh to kill the process. If I paste to proxmox host web console itself instead...
  13. T

    Setting up a Proxmox VM to run PfSense as main router that will initiate PPPOE session with the ISP.

    I'm facing a strange issue where sometimes the vm wont be able to negociate PPPOE session with the ISP. Setup : - the setup is using a fiber connection enp4s0f1 bridged to vmbr1 (thats the only nic on that bridge and that bridge is presented only to the Pfsense vm) - I have to go with the bridge...
  14. T

    copy paste issue using xterm.js from workstation to vm

    When I try to paste content from my workstation to a vm while in console with xterm.js, that will work to paste 2-10 lines of code. But if I try to paste more content like 30-100 lines, the session will "disconnect" and eventually reconnect without having paste anything. Does that have to do wit...
  15. T

    Kernel crash issue

    I'm still trying to troubleshoot why my small Proxmox server keeps crashing randomly. I have kdump installed and running, and now I try to follow this guide in order to understand (maybe) the last crash that I had yesterday: https://www.linuxjournal.com/content/oops-debugging-kernel-panics-0...
  16. T

    Problem after updating kernel

    Thank you very much Fabian, all good now :) Really appreciated !
  17. T

    Problem after updating kernel

    ok so I tried changing MODULES to most in /var/lib/kdump/initramfs-tools/initramfs.conf but I don't know what to do next..
  18. T

    Problem after updating kernel

    Thanks, I really appreciate your help. As you will see in the logs I tried multiple things / times to fix this since upgrading the kernel but since I'm far from being an expert at this I hope I didn't break too many things... Initially I tried to upgrade the kernel because I had random server...
  19. T

    Problem after updating kernel

    I wish I knew how to do that.. grep - r MODULES returns : grep -r MODULES /var/lib/kdump/initramfs-tools /var/lib/kdump/initramfs-tools/initramfs.conf:# MODULES: [ most | netboot | dep | list ] /var/lib/kdump/initramfs-tools/initramfs.conf:MODULES=dep
  20. T

    Opt-in Linux Kernel 5.15 for Proxmox VE 7.x available

    I did : https://forum.proxmox.com/threads/problem-after-updating-kernel.103293/ But I really think this happened after I opt-in for the latest kernel : dpkg -C The following packages have been unpacked but not yet configured. They must be configured using dpkg --configure or the configure menu...