Search results

  1. R

    Garbage collection fails with Google Cloud Bucket

    Hey guys, I started to using the new S3 Endpoint for sync our local backups. The backup process went fine with one 800ish GB snapshot, but the GC gave me the following error in the task log: 2025-10-03T00:00:00-04:00: starting garbage collection on store google-cloud 2025-10-03T00:00:00-04:00...
  2. R

    [SOLVED] Developer Experience

    Hey guys, I was wondering... Why we use the git-scm/bugzilla for managing the code? Would you consider switching to more 'mainstream' alternatives to help begginers? (Maybe we would get more people developing for Proxmox this way) What about some in-depth series to help newcomers getting...
  3. R

    Advanced ZFS pool on install

    There's a way to configure an advanced ZFS pool on install? We would like to install it on 12x disks with 2x raidz2 with 6x each. Basically a raid60 alike pool.
  4. R

    Active-backup bonds

    Hey guys, I'm wandering, one could do an active-backup bond of two LACP bonds? Like this: auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto bond0 iface bond0 inet manual bond-slaves eno1 eno2 bond-miimon...
  5. R

    [SOLVED] ZFS Wizard Wanted

    Hey guys, I was digging a little more into ZFS and got some questions: - Isn't the IOPS for a HDD too high? (zpool iostat -v 1) - With high I/O load the PVE web gui become unresponsive, there's a 'fix'? Maybe more ARC? (12x2TB disks in RAIDZ6 with ZIL and L2ARC ssd's limited to 24GB of ARC) -...
  6. R

    ZFS Auto Snapshots and Scrubing

    Sup guys I was thinking, what about offer ZFS Auto Snapshot and scrubbing via GUI with some kind of cron support? Do you think it is worth developing that?
  7. R

    PVE Repository choice

    Hi folks! That's maybe not right place to ask that but: Why use a private git server instead of using Github? I think it would be a lot more friendly for newcomers to help the development. Thanks!
  8. R

    New disk management sugestion - PVE 5.2-8

    Hi there! Could you consider implementing support for mdadm for the future ? A lot of SMBs and SOHOs use it as ZFS ram requirements are very costly for them. Thanks!
  9. R

    Where is zfs.conf?

    I insalled Proxmox 3.4 pve-manager/3.4-6/102d4547 (running kernel: 2.6.32-39-pve) with zfs and I'm trying to limit the arc size, but there is no zfs.conf file in /etd/modprobe.d/ Can anyone enlighten me? Thanks!
  10. R

    Disk Passthrough

    Hi folks. I'm trying to do some testing with FreeNAS on Proxmox 3.4 and kernel 3.10. My set up is 4x2TB disks, one disk is dedicated to proxmox and the other tree I want to direct attach to the VM. Here is my doubt: Is this real passthrough? (I added the disks using qm set #vm-id...
  11. R

    CentOS 7 on container - agetty using 100% of 1 CPU

    Can anyone please help me solve this?:x86 templates works fine in containers (they even recognize more then 4GB of ram, is that PAE or what?), BUT most of x64 templates that I've downloaded from OpenVZ.org don't. Some of them, like Debian and CentOS 6, 7 install and start fine, but as soon I...