Search results

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

    Feature request: VM replication over Syncthing

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

    Raid 5 / LVM

    Maybe the storage is full? You use thin provisionning ?
  10. 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...
  11. 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...
  12. 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.
  13. 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...
  14. 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...
  15. 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...
  16. D

    Unable to upload ISO image

    you can try to copy the file with scp.
  17. D

    Proxmox Cluster with local Gluster servers.

    In the past i was using glusterfs with promox, when we could have lxc on this storage. Not anymore. But it's not the only reason. Gluster for VM work fine, but you can have problem if you have to reboot a glusterfs server , for a kernel update for example. imagine you have a VM with a disk of...
  18. D

    Extend disk size /dev/mapper/pbs-root

    can we have the result of vgdisplay lvdisplay
  19. D

    Extend disk size /dev/mapper/pbs-root

    It's a lvm partition; you have to resizez the PV after resizing the partition. pvresize /dev/sda3 with that you vg should have free space now. verify with vgdisplay and after that you have to extend the lv volume for the root partition for example for adding 4Go to the partition ...