Latest activity

  • M
    Better isolate it, create an additional minimal debian vm or debian container on your synology or use a raspberry pi. *edit* Depending on your requirements you could just run your PVE hosts standalone, not in a cluster, then you don't need a...
  • Daniel-Doggy
    Daniel-Doggy replied to the thread Proxmox and ZFS Storage.
    Generally it is recommended to go with mirrors and not zRaid 5. (If you can swallow the disk size loss and total disks as mirrors are basicly raid 1.) This is due to both the complexity it brings to users who are new or less experienced to ZFS...
  • UdoB
    Looks good. Not sure if you need a LAG for Management, you could just assign a differnet subnet to each of the adapters, less complexity. Don't forget to add a qdevice or you will get issues with your 2 node cluster. And for PBS, it is...
  • T
    TErxleben replied to the thread snap shots Backup script.
    I.d.R ist es schwierig bis unmölich den Provider zu wechseln. Wer bietet denn überhaupt nichtdynamische (Präfixwechsel) an? Gegen einen monatlichen Obulus kannst du das natürlich kaufen. An eine RIPE-"Empfehlung" hält sich aber kein Schwein...
  • UdoB
    UdoB replied to the thread RAIDZ-1 PBS Mismatched Disk Sizes.
    You can make this work on the CLI, see man zpool-create: The use of differently-sized devices within a single raidz or mirror group is also flagged as an error unless -f is specified.
  • I
    IsThisThingOn replied to the thread snap shots Backup script.
    Wenn dein ISP sich an die RIPE Empfehlungen hält, bekommst du ein statischen /48 oder /56 Präfix. Wenn er das nicht tut, ist dein ISP für'n Arsch. Für Foren wie Proxmox gilt dann IMHO: name and shame!
  • UdoB
    UdoB replied to the thread [SOLVED] Proxmox 9 - IO error ZFS.
    All properties are persistent, as far as I know.
  • powersupport
    Hi, This usually happens when the server is a bit busy during the scheduled backup time. Since manual backups work fine, the issue is likely due to higher load when the automatic backups run. You can try running backups at a different time...
  • J
    Hey Guys, we fight with this issue today. We had an bigger Database import in Mysql8. Everytime after some minutes the VM freeze/pause with the I/O error. We guessed something wrong with the SSD/HDD, but SMART told us everything is fine. We...
  • F
    fish2222 replied to the thread Proxmox and ZFS Storage.
    Since the VM's that will be running at the Phone PBX, the HVAC control server, and Quickbooks. They all can survive data loss, which I understood when I started this project. On the mirrored device vdevs, essentially what I read is that you...
  • UdoB
    All, I'm excited to announce a new release of the unofficial VDI client for Proxmox VE (v3.0.0)! New features: New look and feel! (Replaced PySimpleGUI with customtkinter) Added pagination for large sets of VMs (page size customizable in...
  • C
    Thank you! This is the first I am hearing of qdevice. I was planning to run PBS from a VM on a Synology device. Do you think that PBS would be a suitable place for qdevice or would it need to be its own machine?
  • K
    That worked! Thank you! Also this worked pretty well: sudo pvs sudo pvresize /dev/sda3 df -h # expand logical volume sudo lvextend -r -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv # resize partition sudo growpart /dev/sda 3
  • C
    Looks good. Not sure if you need a LAG for Management, you could just assign a differnet subnet to each of the adapters, less complexity. Don't forget to add a qdevice or you will get issues with your 2 node cluster. And for PBS, it is...
  • S
    "Bingo" :D Thanks @psalkiewicz for pointing that out. After changing /etc/pve/storage.cfg accordingly, everything works as expected.
  • UdoB
    UdoB replied to the thread CEPH Configuration verification.
    I gathered some experience a year ago: https://forum.proxmox.com/threads/fabu-can-i-use-ceph-in-a-_very_-small-cluster.159671/ If I want a stable system I would never start with less than three copies and min=2.
  • M
    Looks good. Not sure if you need a LAG for Management, you could just assign a differnet subnet to each of the adapters, less complexity. Don't forget to add a qdevice or you will get issues with your 2 node cluster. And for PBS, it is...
  • J
    Johannes S reacted to LnxBil's post in the thread Proxmox and ZFS Storage with Like Like.
    First things first: you will loose data on failover in this scenario because you have to asynchronously replicate the data. If you can live with this contrainst, then go with it. you mean mirrored device vdevs vs. single device vdevs, you always...
  • J
    Johannes S reacted to LnxBil's post in the thread Persistent Data Across OCI Update with Like Like.
    Besides running OCI / Docker Container images in KVM, as it has been for years, no. Unless the OCI integration is also capable or orchestation, the implementation is a super-niche experimental playground for homelabbers. No enterprise would want...
  • J
    Thank you :) For reference: https://bugzilla.proxmox.com/show_bug.cgi?id=7482