Search results

  1. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    so something was wrong locally on the PBS and at this time it was idle...right ?
  2. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    something between my 2 datacenters and you.
  3. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    This issue seems related : https://bugzilla.proxmox.com/show_bug.cgi?id=3008 I guess the PBS was not available this morning at 02:30
  4. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    seems that pvestatd stopped working properly at 2:30 AM this morning on both clusters which are hosted on 2 different datacenters !!
  5. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    OK, the pb is located on pvestatd.... pvestatd restart (reload) didn't work. I had to stop pvestatd and then start it on each node. after that :
  6. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    Hi, Something is wrong this morning : On 2 clusters with Tuxis PBS : The cluster seems to be OK - VMs are running normally nothing interesting on syslog
  7. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    Hi, After rebooting a whole cluster (node by node), it is impossible to access the PBS. Everything is up to date. Sep 23 10:31:04 dc-prox-09 pveproxy[68324]: Clearing outdated entries from certificate cache Sep 23 10:31:06 dc-prox-09 pveproxy[68323]: proxy detected vanished client connection...
  8. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    Ok thanks So with encryption enabled, I guess it won't be easy to restore a dump from one particular cluster to another one connected to the same pbs.
  9. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    I guess we could add more than one cluster in the PBS you provide ?
  10. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    Hi, I just subscribed :) 2 backups of 3 vms (1 full and second incremental) works as expected - very fast servers - first backup was done in 2-3 min - second less than 10s Thanks for allowing us make external backups for free ;)
  11. TwiX

    Dedicated Proxmox Backup Server

    Hi, Sure, I will :) I'm about to take 2 Samsung PM1635a 400 GB (write intensive) SAS 12Gb and 10 x 4TB SATA 512n. My pool should be a stripe of 2 raidz2 vdevs or 3 raidz with these 2 SSDs for special device (some kind of raid60 / 50). That should be convenient. However, I have to replicate...
  12. TwiX

    Dedicated Proxmox Backup Server

    Thanks, Seems that ZIL used for writes and ARC for reads cf interesting article here : https://linuxhint.com/configuring-zfs-cache/ so logs need to be mirrored IMHO, and ZIL is the must important matter in PBS work way.
  13. TwiX

    PBS and freenas

    Hi, Is there a way to make PBS work with Freenas in order to have all functionalities you provide via ZFS but on a remote (ZFS compliant) NAS ? Thanks !
  14. TwiX

    Dedicated Proxmox Backup Server

    Thanks, that's why I specified special mirror Thus, is it possible to create a pool like this ? zpool create -f -o ashift=12 <pool> raidz2 <sata1> <sata2> <sata3> <sata4>...<sata10> cache mirror <ssd1> <ssd2> log mirror <ssd1> <ssd2> special mirror <ssd1> <ssd2> In order to put everything...
  15. TwiX

    Dedicated Proxmox Backup Server

    Thanks ! So you suggest using special device instead of log. So when building the pool : zpool create -f -o ashift=12 <pool> raidz2 <sata1> <sata2> <sata3> <sata4>...<sata10> special mirror <ssd1> <ssd2> and then zfs set special_small_blocks=4K <pool> I have 3 clusters (6 nodes each), hope...
  16. TwiX

    Dedicated Proxmox Backup Server

    Hi ! I plan to install a dedicated PBS for all my PVE clusters. Which is composed by : 1 Intel Xeon Silver 4216 (2,1GHz, 16C/32T) 64 Go RAM 2 sata disks for OS 10 x 4To sata disk for ZFS 2x 25Gb NICs I also added 2x SAS SSD drives (400 Go) writes intensive. What is the best way to configure...
  17. TwiX

    [SOLVED] Unable to install Ceph from GUI - fresh pve 6.2-11

    Thanks... I ran the command line instead Also, did you ever seen some bad writes performances with ceph just after building the first pool ? For example, with 18 SSD ODS => 400Mbytes/s writes and 2000Mbytes/s read. I was expecting 900Mbytes/s for writes With same hardware on proxmox 5.4 =>...