m4rtin's latest activity

  • M
    Don't you need ZFS for snapshots?
  • M
    found the error, host file system is ext4 (cloud server)
  • M
    Used space is 5.1 TiB. Local storage is Linux RAID on 2 ST16000NM000J-2T HDDs A 1 GiB test file can be written with 190 MiB/s. I'll split the output into two posts root@4D4033C:/var/lib/vz/images# gdb --batch --ex 't a a bt' -p $(cat...
  • M
    with freeze I meant: vm is locked (status snapshot), no connection to console. Snapshot takes more than 5 minutes. No connection via SSH / SMB root@4D4033C:~# pveversion -v proxmox-ve: 8.3.0 (running kernel: 6.8.12-8-pve) pve-manager: 8.3.4...
  • M
    Hallo, that didn't help in my case. Snapshots with and without RAM results in a freeze of the VM. Apt is up-to-date CPU(s) 12 x AMD Ryzen 5 PRO 3600 6-Core Processor (1 Socket) Kernel version Linux 6.8.12-8-pve (2025-01-24T12:32Z) Boot mode EFI...
  • M
    m4rtin replied to the thread Project: Fileserver on Proxmox.
    I'll try the setup where 2 nodes each have a local ZFS pool with the same name and the synchronization runs every 1 minute. In the case of a failover, it doesn't matter if one or 5 minutes are lost. In my experience, HA works then too. I just...
  • M
    m4rtin replied to the thread Project: Fileserver on Proxmox.
    3) I currently use this setup for some other VMs (Firewall, ...) and I configured HA (Datacenter -> HA) and it works. I use a shared ZFS pool. 5) up to 5Gbyte is a maximum guess per minute. But usually maybe 500 MB. The 2 server will have a 10...
  • M
    m4rtin replied to the thread Project: Fileserver on Proxmox.
    Usecase Fileserver / Archive for Adobe CS work. The amount of data is 80 TB at the moment, so the current fileserver is coming to an end. Clients connect via SMB on MacOS My setup is: current setup: 2 x potato server with LSI Megaraid...
  • M
    m4rtin replied to the thread Project: Fileserver on Proxmox.
    I think I'll use Raidz3 with 16 x 22 TB HDDs in TrueNAS, makes more sense I guess.
  • M
    m4rtin reacted to ness1602's post in the thread Project: Fileserver on Proxmox with Like Like.
    Strange and interesting idea. I would use CEPH for that, it seems that it would suit better. i've never seen single node zfs pool with that size on one machine in Proxmox. But if you stick 20x20tb drives in Raidz2/3 i guess you could do it. And...
  • M
    m4rtin reacted to UdoB's post in the thread Project: Fileserver on Proxmox with Like Like.
    I love PVE (and ZFS - no LVM, never). But with that goal I would look for TrueNAS. And not VM, bare metal that is!
  • M
    m4rtin reacted to waltar's post in the thread Project: Fileserver on Proxmox with Like Like.
    320TB archive doesn't look like kind of vm/lxc images and more like real data in a filesystem ... so why then lvm under the hood too ? Doing syncing in vm's could maybe slower than before like your today's 90TB fileservers but depends on your...
  • M
    m4rtin replied to the thread Project: Fileserver on Proxmox.
    Thanks, TrueNAS looks good from what I've read about it. I've heard about it before, but I thought it was nothing serious.
  • M
    Hi, I'm considering moving a file server (90TB, Debian bare-metal) to a new Supermicro server (320TB with an LSI MegaRaid controller) where I will use this file server as a VM in Proxmox, with a second identical server for an HA cluster. I...