Search results

  1. RolandK

    Disk cache settings for VMs on BTRFS

    not using O_DIRECT with btrfs, i.e. configure VMs appropriately
  2. RolandK

    Garbage Collection

    bei verify performance könnt auch noch mehr gehen: https://bugzilla.proxmox.com/show_bug.cgi?id=5035#c2
  3. RolandK

    [TUTORIAL] Native full-disk encryption with ZFS

    mind that zfs encryption is not ready for production usage https://docs.google.com/spreadsheets/d/1OfRSXibZ2nIE9DGK6swwBZXgXwdCPKgp4SbPZwTexCg/htmlview
  4. RolandK

    vzdump/fullbackup client side online encryption

    I have asked AI for that. This is the result. :eek: Me: shouldn't proxmox pve get an encryption feature for classical vzdump full backups? as i see, most hypervisor backup solutions have support for online encryption. ChatGPT: You're absolutely right—encryption for backups is a feature that...
  5. RolandK

    Proxmox Server via Wifi - List of Wifi Bridge Adapters which work with Proxmox

    There is a very pessimistic statement at https://pve.proxmox.com/wiki/WLAN : Wi-Fi adapters can only be used as Linux bridge interface through workarounds, as most Access Points (APs) will reject frames that have a source address that didn’t authenticate with the AP. I also read several...
  6. RolandK

    Proxmox VE backup Encryption

    >VMs it's easy ... use ZFS with encryption, please don't use zfs native encryption. it's not production ready. https://docs.google.com/spreadsheets/d/1OfRSXibZ2nIE9DGK6swwBZXgXwdCPKgp4SbPZwTexCg/htmlview furthermore, the backups on encrypted zfs are only encrypted on disk platters - but not in...
  7. RolandK

    vzdump/fullbackup client side online encryption

    i have added some notes why we would need backup encryption https://bugzilla.proxmox.com/show_bug.cgi?id=4602#c6
  8. RolandK

    [SOLVED] using wifi instead of ethernet

    hello. i just had read that you can hook up a printers eternet port to tp-link tl-wa850re wifi range extender to make the printer a wifi client , i.e. bridge lan to wifi. i had such adapter in my scrap box i just gave it a try with my proxmox mini server and besides the proxmox host i can...
  9. RolandK

    hello. apparently, i did not see this because this was no normal privat message. if this still...

    hello. apparently, i did not see this because this was no normal privat message. if this still applies, could you please send me a message again instead of a profile post ?
  10. RolandK

    Separate a Node Without Reinstalling

    worked like a charm - and without host or VM downtime thanks for help.
  11. RolandK

    Separate a Node Without Reinstalling

    thank you. the cluster will not remain afterwards, all three cluster nodes should be consolidated to the first node. the first node has already been replaced by putting the disks into a larger machine with enough ram to handle all machines from all three nodes, and all VMs already have been...
  12. RolandK

    Separate a Node Without Reinstalling

    Is this still valid/up2date with current proxmox ? https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_separate_node_without_reinstall i need to eject a node from a cluster and keep the VMs. can this be done without vm downtime, i.e. can i leave the vm's up and running or do we need a...
  13. RolandK

    Update ubuntu-mantic / das geht nicht mehr :-(

    >Würde ich beim LXC Container aber eher nicht empfehlen Distro upzugraden auch wenns funktioniert. sondern ?
  14. RolandK

    Fehler im rescan-scsi-bus.sh?

    moin falk, >Genau diese Anleitung schreibt auch, dass man forcerescan nutzen soll. hier steht was anderes : https://www.suse.com/support/kb/doc/?id=000018876 welche sg3_utils version hast du ?
  15. RolandK

    skipped: XX snapshot(s) ... - older than the newest snapshot present on sync target

    i have opened the following RFE: https://bugzilla.proxmox.com/show_bug.cgi?id=5956
  16. RolandK

    skipped: XX snapshot(s) ... - older than the newest snapshot present on sync target

    furthermore - it would perhaps be helpful to print "warning" when a task/step is causing a warning, otherwise it's difficult to distinguish, what's causing the warning 2024-11-30T09:24:20+01:00: Starting datastore sync job...
  17. RolandK

    skipped: XX snapshot(s) ... - older than the newest snapshot present on sync target

    ok. thanks. it seems there was another warning in that job, so i thought that job warning would result from this. now after another sync, i'm getting these message for every snapshot, so it looks now logical to me. anyhow - wouldn't it make sense to log the group/vm name which is being skipped...
  18. RolandK

    skipped: XX snapshot(s) ... - older than the newest snapshot present on sync target

    Hello, i'm getting these warnings on push sync. What does that mean or what's causing these? How do i get rid of them ? regards 2024-11-30T09:24:20+01:00: Starting datastore sync job 'pbs_msb:repli_pve-maker-bonn_backup:backup_pve-maker-bonn::s-d709b329-dc73' 2024-11-30T09:24:20+01:00: sync...
  19. RolandK

    FTPS server on PVE configured, but only allowing unencrypted connections

    what about trying proftpd on a fresh debian12 VM to see how it behaves there? otherwise, give vsftpd a try.