Search results

  1. D

    [TUTORIAL] Proxmox-backup-client 3.3.3 for RHEL-based distros

    For redhat 9 ), i use the .deb version with a conversion to rpm with alien , so far so good; I juste have to install the package fuse-libs.
  2. D

    Backing up the PVE node - dd, LVM snapshot, or better option?

    you can use pbs-backup-client with some script, to backup what you want ( file / harddrive/partition. )
  3. D

    Using NVMe / SSD hard drive as VM memory

    ksm /ballooning is active ? https://pve.proxmox.com/wiki/Dynamic_Memory_Management
  4. D

    Feature Request: Backup Restoration Jobs

    I say it's a nice fetaure;). This week i make a script that backup the entire disk of a physical server with pbs-backup-client to a pbs server ,and another script with proxmox-backup-restore that restore the backup into a vm, on proxmoxve on a offsite site in case of a big disaster.
  5. D

    proxmox-backup-client notification on failed/successful backup

    Bonjour, Did you find a solution ? we have the same problem. :(
  6. D

    Detect preferred language via browser or force default language for quarantine users

    Bonjour, Any news for the bugzilla ? https://bugzilla.proxmox.com/show_bug.cgi?id=4404 We are very interesting with this feature. We try to change the line Replace the line: Code: <script type='text/javascript'> function gettext(buf) { return buf; } </script> by the line: Code: <script...
  7. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    Typo mistake of course. https://docs.redhat.com/en/documentation/red_hat_gluster_storage/3.4/html/administration_guide/sect-managing_split-brain#sect-Managing_Split-brain I think thé read only appears only in proxmox node where the glusterfilestem is mount. In the VM you Can have i/o error.
  8. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    Are you sure that the Gluster storage didn't change in "read only" on the node which is alive/ alone? Imagine you have node 1 on a side who can't assess the over two. ( unplug lan network on node 1 for example ) you have one file on your gluster storage : file.txt on node 1 you put the text...
  9. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    For example i have this in the storage.conf: glusterfs: Gluster_Emmc disable path /mnt/pve/Gluster_Emmc volume Gluster_Emmc content backup,iso,vztmpl,images,snippets prune-backups keep-all=1 server 10.10.5.241 server2 10.10.5.242 it a...
  10. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    Like i say : What you wrote before the "Create service :" it's ok , no problem with that. If you use only the glusterfs with proxmox on proxmox, I think it's better for letting proxmox mounting the glusterfs it need himself. So not need to create a service for that or mount manually the...
  11. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    The proxmox web interface to declare a glusterfs storage does not yet meet my expectations (Replica of 3). I d'ont agree. In the web interface you can only specify for two server for glusterfs, but its' enough, even for a replica 3 three. For gluster you only need 1 "frontend" of the three...
  12. D

    backup from stdin

    Any news for this request? it will be very useful for backup of big file without the need for space for the host.
  13. D

    Need better quota management

    Is there a solution for the quota problem on PBS ? I have the service from tuxis ( work very well by the way) but my testing fill up the storage. i want to make some space, but i can't bexause there is no space for cleaning either : TASK ERROR: update atime failed for chunk/file...
  14. D

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    Since kernel 6.8, my serveur crash after 1 day ( processor n5105 mini pc) . With the previous kernel ( 6.5 ), more than 120 day without any crash. reboot and back to 6.5, hoping it's only a kernel problem...
  15. D

    Export from PBS / Import in PVE

    Maybe one solution : Create a VM pbs ( system drive + datastore ) on the external storage. Do a pbs sync between the pbs and and the pbs on the external storage . Create a vzdump of the vm pbs system drive on the external storage. on the second location, import import the pbs VM , et and...
  16. D

    USB ethernet port fails after an hour

    With the "quirks" it' better normaly : add something like this in the /etc/grub/default if you use grub. ( change the value corresponding of your hardware. [16928.030978] usb 3-4: new high-speed USB device number 12 using xhci_hcd [16928.180423] usb 3-4: New USB device found, idVendor=0bda...
  17. D

    Feature request: VM replication over Syncthing

    i think Promox backup server is what you need.:cool:
  18. D

    Raid 5 / LVM

    Maybe the storage is full? You use thin provisionning ?