Search results

  1. V

    [SOLVED] Odd issue with updating certificates in Proxmox: "Valid" but "Insecure" in Chromium but not Firefox

    I placed a certificate I bough last year on my Proxmox host which was working. I then replaced it today with a new one, now when I check Chromium it says the certificate is valid, but "Not Secure". I checked Firefox and there it's valid and "Secure" so not marked in red that it's "Not Secure". I...
  2. V

    [SOLVED] After upgrading from Proxmox 8 to 9 my zfs pool seems smaller

    After upgrading from Proxmox 8 to 9 my zfs pool seems smaller in "df -h" output, included the used space 128K? df -h Filesystem Size Used Avail Use% Mounted on<br> zmedia 4.4T 128K 4.4T 1% /zmedia While the web-interface is showing the correct use storage. And same...
  3. V

    [SOLVED] Proxmox zfs raid1 installlation/configuration

    I recently had one of my nvme disks fail on me in my Proxmox server. I installed Proxmox on a default zfs raid1 installation. I was able to replace the disk and add it back to the pool but while doing that I noticed that the mirror only consists of partition3 which looks like this. root@pve:~#...
  4. V

    [SOLVED] proxmox host nvme disk failed, now my vm's won't boot.

    The nvme drive where proxmox is installed on failed on my host, so I had to get a new nvme drive and reinstall Proxmox. My vm storage pools are located on different disks, now I didn't have a backup of the vm's configuration files. So what I did is recreate one of the vm's I wanted to restore...
  5. V

    [SOLVED] Upgrade from 64ram to 128G ram but I am missing 7G

    I have something strange, I had this problem before I upgraded as well as I was missing ram then too but I can't seem to figure this out. # dmesg | grep Memory [ 0.323663] Memory: 127494620K/129913696K available (16393K kernel code, 4342K rwdata, 10192K rodata, 2888K init, 4900K bss...
  6. V

    [SOLVED] Question about moving vm disks to another storage pool

    I'm currently in the process of moving a disk from a vm from my old local directory storage pool to my new zfs storage pool. It's been copying the one virtual disk(4T) for about 8 hours now and I have another one of the same size to go. According to my calculations it take about 6 hours per disk...
  7. V

    [SOLVED] Question about how Proxmox uses ZFS pools

    Hello, I just bought some new disks and though it would be a good time to try out ZFS. I have been explained by some people that first you create a zpool and then on top of that you create a filesystem data-set, after which you can store you files on the mounted location. I added my zfs...