Search results for query: ZFS

  1. W

    Proxmox(zfs) > lxc > docker container > OOM results in "kernel BUG at mm/usercopy.c:102!"

    @Stoiko Ivanov please disregard. Moved to: https://github.com/openzfs/zfs/pull/18408
  2. M

    Does forcing 4Kn on VM disks actually help?

    Running PVE on hosts with 512/512 disks, storage is ZFS (ashift=12) and Ceph. Guests use virtio-scsi-single, mostly Linux, some Windows. I wonder if it's worth adding (or similiar): args: -global scsi-hd.physical_block_size=4096 -global scsi-hd.logical_block_size=4096 For Linux it feels...
  3. Stoiko Ivanov

    Proxmox(zfs) > lxc > docker container > OOM results in "kernel BUG at mm/usercopy.c:102!"

    Thanks for looking through openzfs issues - seems like this could indeed be a fix - I'll try to reproduce the issue here. * Does your System have `/` on ZFS? * how does the container config look like? (`pct config <vmid>`)? * how does the zpool look (`zpool status`) * could you share the...
  4. Stoiko Ivanov

    kernel BUG at mm/usercopy.c:102 in kvm_amd - svm_get_if_flag

    see - https://forum.proxmox.com/threads/proxmox-zfs-lxc-docker-container-oom-results-in-kernel-bug-at-mm-usercopy-c-102.182232/ - seems potentially similar what kind of workload is running on the machine - lxc-containers? - do you see any other issues in the journal before this occurs/could...
  5. B

    TrueNAS Storage Plugin

    Having looked at your code a bit I think your plugin manages iSCSI at a lower level than the native ZFS over iSCSI implementation. Proxmox relies on iscsidirect to make the connections.
  6. N

    Plan to build a NAS and want to use Proxmox advice

    ...here today and realized I never replied! I ended up building my NAS and pretty much took most of the advice you wrote above. I installed Proxmox on two 1TB M.2. running in a ZFS mirror. I then passed through an HBA card to TrueNAS and running three 3.5" drives in RAIDZ1. Thank you for your...
  7. R

    Script de sincronización bidireccional controlada para Proxmox VE (pve-zsync)

    ...o detiene el bucle de sincronización. limit= : límite de ancho de banda en KB/s (ej. 62500 ≈ 50% de una red 1 Gbps). zpoolname= : nombre del pool ZFS (debe ser el mismo en ambos lados). debug=1|0 : activa logs detallados. Ejecuta pve-zsync sync para cada VM, respetando el sentido indicado...
  8. UdoB

    Migrating PVE install from flash to NVMe

    Did you test that? I know that you know that pve is a fuse-mounted database; a snapshot of the "/"-filesystem is... empty: ~# ls -Al /.zfs/snapshot/manual/etc/ | grep pve; echo "inside pve:"; ls -Al /.zfs/snapshot/manual/etc/pve/ drwxr-xr-x 2 root root 2 Aug 26 2023 pve inside pve...
  9. J

    Migrating PVE install from flash to NVMe

    Another option would be to copy /etc/pve from a zfs or lvm snapshot.
  10. psalkiewicz

    [SOLVED] Proxmox Backup Server boot to BIOS after upgrade from 3 to 4

    That’s why a little bit of context helps a lot because seeing that error I focused on the zfs itself :-)
  11. psalkiewicz

    [SOLVED] Proxmox Backup Server boot to BIOS after upgrade from 3 to 4

    Try booting the virtual with a different options or kind of livecd to try the zpool import -f rpool This will show you the reason why it didn't import automatically. It could be because the drive is inaccessible or zfs pool is in some unexpected state.
  12. psalkiewicz

    [SOLVED] Proxmox Backup Server boot to BIOS after upgrade from 3 to 4

    Hi, It looks like ZFS pool didn't import properly after the upgrade. It's not pbs/proxmox specific - Linux usually doesn't like bios->uefi upgrades. Can you boot the vm into shell and try importing the zfs pool manually ? zpool import -f rpool
  13. Impact

    GPU Pass-through working kinda

    Try to set Display to none. Maybe configure a serial terminal first. Unrelated but you should enable discard for disks on a thin provisioned storage such as local-zfs.
  14. SInisterPisces

    TrueNAS Storage Plugin

    See: https://bugzilla.proxmox.com/show_bug.cgi?id=3662 Discussion here: https://forum.proxmox.com/threads/cant-boot-vm-after-put-tpm-state-on-zfs-over-iscsi.103099/ TPM does not work over PVE's native ZFS over iSCSI implementation.
  15. T

    [SOLVED] Proxmox confused about SAN Storage Capacity

    ...filter = [ "a|/dev/mapper/.*|", "r|/dev/sd.*|" ] } This is what it needs to look like: devices { # added by pve-manager to avoid scanning ZFS zvols and Ceph rbds global_filter = [ "r|/dev/zd.*|", "r|/dev/rbd.*|" ] preferred_names = [ "^/dev/mapper/", "^/dev/sd" ] filter =...
  16. 2

    Caching drive replacement

    Also just realized, I believe the original disk was in a zfs by itself. The caching was then pointed at the zfs pool I believe.
  17. I

    zfs over iscsi migration path?

    I have a PVE 8.x cluster using TheGrandZazoo's freenas‑proxmox plugin to work with data served from TrueNAS Scale 23.10.2. I'd like to get PVE and TrueNAS upgraded to the latest versions, and start using the new truenas-proxmox plugin. I've not had any luck finding a guide for migrating from the...
  18. SteveITS

    To SWAP or not to SWAP?

    @proxuser77 If you boot off ZFS they do not create swap to avoid problems: https://pve.proxmox.com/wiki/ZFS_on_Linux#zfs_swap https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#advanced_zfs_options
  19. leesteken

    Replacing software raid disk with regular and ZFS partitions, PVE 9.1.5

    PVE should email the root user about such ZFS events. Is the email address of the root user correct? Maybe zfs-zed is not installed or the configuration is incorrect? Your old (and the still existing) drive use partition 5 of the drive for the pool. Who did the partitioning before and why is it...
  20. Sami Vakkuri

    Replacing software raid disk with regular and ZFS partitions, PVE 9.1.5

    ...performance drops). Interesting enough, Proxmox did not inform about this breakdown anyhow, I was just checking node settings and realized that ZFS pool is in "DEGRADED" state, and under the details there was log entry that one SSD disk "has been removed" - well turned out that SSD just died...