Search results

  1. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    Hi, @tuxis seems that PBS is not available
  2. TwiX

    Proxmox Backup Server (beta)

    HI, For me Tuxis PBS crashed/was not available since yesterday 21:00 GMT +2 Again I had to restart pvestatd. I also had to kill all '/usr/bin/proxmox-backup-client status ' processes on one node Glad to see that Tuxis PBS was upgraded to v0.9 (what's new for 0.9 ?)
  3. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    Hi, We only use the Tuxis PBS for now (for testing purpose only). The Tuxis PBS is crashed for me since today 14:58 GMT +2
  4. TwiX

    Backups / multi PBS / replications

    Hi, Here is the scenario : PVE node has 2 PBS configured PVE node always backup on PBS1 PBS2 pull all PBS1's datastore via Syncjobs ---- For any reason, if PBS1 is not available, backup to PBS2 fails
  5. 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 ?
  6. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    something between my 2 datacenters and you.
  7. 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
  8. 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 !!
  9. 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 :
  10. 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
  11. 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...
  12. 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.
  13. TwiX

    Tuxis launches free Proxmox Backup Server BETA service

    I guess we could add more than one cluster in the PBS you provide ?
  14. 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 ;)
  15. 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...
  16. 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.
  17. 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 !
  18. 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...
  19. 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...