Search results

  1. 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.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. D

    Feature request: VM replication over Syncthing

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

    Raid 5 / LVM

    Maybe the storage is full? You use thin provisionning ?
  13. D

    Backup entire hard drive with proxmox-backup-client , integrity of the data

    I have a question . i backup a file sytem hardrice with proxmox-backup-client Does the proxmox-client doing a "freeze" for the disk-access during the backup like with the qemu agent in the VM ? For example, if we have a database running on the server, a lots of data can be written during the...
  14. D

    NVMe to SATA

    maybe on your desktop it's m2/pciexpress and on the Dell Optiplex 7040 mff it's a m2/Sata. if it's a m2/sata, not compatible with the m2 card you have. https://community.spiceworks.com/topic/1920845-installing-an-m2-ssd-into-an-optiplex-7040 I can confirm that the Optiplex 7040 is compatible...
  15. D

    Backup one VM with multiple disk to multiple datastore or multiple pbs server

    i was thinking of a hack like this, but without the dirty bitmap, that's not possible. Thanks for the quick response.
  16. D

    Backup one VM with multiple disk to multiple datastore or multiple pbs server

    Bonjour, We want to test a configuration like this : We have a PVE host, with one big vm ( for nfs share/ or CIFS), running on an external ceph, with 100 To. We want to use the dirty bitmap for quick backup because it's a lot of small file...:mad: For example, we can have the VM with 4 disk...
  17. D

    GET /download: 404 Not Found / client.log.blob

    Backup Server 3.1-2 proxmox-backup-client version client version: 3.1.2 ( rpm generate from deb with alien ) the backup is create with a script #!/bin/sh LOG_FILE=/var/log/PBS_Backup_log.log ERR_FILE=/var/log/PBS_Backup_error_log.log exec 1>$LOG_FILE exec 2>$ERR_FILE export...
  18. D

    GET /download: 404 Not Found / client.log.blob

    I have this message in the task log on pbs : 24-01-09T06:00:08+01:00: GET /chunk 2024-01-09T06:00:08+01:00: download chunk "/mnt/datastore/Datastore1/.chunks/3efb/3efb5cf7f9d65ae3c6b215dab8efee97f9ab220b9ed82916f7319530a6dc4ed1" 2024-01-09T06:00:08+01:00: GET /download...
  19. D

    Unable to upload ISO image

    you can try to copy the file with scp.