Search results

  1. A

    Controlling outbound spam

    command '/usr/bin/pmg-log-tracker -v -l 2000 -s 1583255580 -e 1583276400 -g' failed: got timeout (500)
  2. A

    Controlling outbound spam

    ... when going to tracking center : click on search ... loading ... loading !!
  3. A

    Controlling outbound spam

    hey , big issue here ! outgoing 59693 mail !!!! With - EMPTY ADDRESS - ? Is proxmox mail gateway pirated ?
  4. A

    [SOLVED] Proxmox migration 5 to 6, ok, but Ceph Nautilus perf down, why ?

    thank you alwin. For 2 OSD per nodes (3 nodes) so 6 OSD (2TB each) : is 256 pgs (instead of 128) is good enough ? Note : replica is 3 copies
  5. A

    [SOLVED] Proxmox migration 5 to 6, ok, but Ceph Nautilus perf down, why ?

    First, Alwin : thank you for your quick answer ! ;-) i think my PGs number is too low ... did you confirm that ? BUT i did not understand very well PGS ... i know , i'm bad about that :-( But reading benchmark doc ... with fio command ... Note: This command will destroy any data on your disk...
  6. A

    [SOLVED] Proxmox migration 5 to 6, ok, but Ceph Nautilus perf down, why ?

    Hello, have an happy new years. Upgrade from pve 5 to 6 work flawlessly ... but now , ceph cluster perf. are just awfull . Before 63 MB/s ... now 16 MB/s why ? (test with dd , as recommanded by ceph, under CT , CT IO are extremely slow now .... ) And with Debian stretch to buster migration...
  7. A

    [SOLVED] ceph bad performances only from VM and CT

    oups ... this is not a solution ! if issue then reinstall all :eek: ... are you on Windows ?
  8. A

    CEPH 3 nodes Cluster : data size available ?

    fast 1 to 3 sec. design a cluster must be done with the state of art. - 1 nic for corosync, - 1 nic for ceph - 1 nic for client traffic. (if your rich 1 other nic for backup network, u can backup during prod. hours)
  9. A

    CEPH 3 nodes Cluster : data size available ?

    well, we are hosting nextcloud instance, webmail , mailer, dns ... we just upgrade all our 3 node with 2 To ... : migrate was ... very very easy ! for 12TB we have 4GB available because we choose (advice taken here) 3/2 for CEph.
  10. A

    Best policy for backup LXC with BorgBackup pull server ?

    Now we backup our LXc server (from one pull borg server) with sshFs remote mount file system, but for big server we need to stop mysql nginx etc , to be sure that we are file and app consistent for strategic data. While using dedicated backup physical network : downtime is increasing :oops...
  11. A

    [SOLVED] Is it possible to mount ceph snapshot (for backup with borg)?

    @Alwin : thank you, your are the chief !, your option did the job ;-) So for doing backup with Borgbackup (never do snapshot with rbd directlry ... because CT -LXC- conf while be false after doing that ... !!!): mkdir -p /mnt/borg/<CT_ID> pct snapshot <CT_ID> BorgSnap_date --description...
  12. A

    [SOLVED] Is it possible to mount ceph snapshot (for backup with borg)?

    ok, do you have any idea of those options ? Or this is a Proxmox issue while mounting ceph rbd snapshot ? (from CT )
  13. A

    [SOLVED] Is it possible to mount ceph snapshot (for backup with borg)?

    I'm near .... but : #rbd snap ls cephPool1/vm-106-disk-0 ==> SNAPID NAME SIZE TIMESTAMP 32 Backup28102019 32GiB Mon Oct 28 19:46:00 2019 Then #rbd map --read-only cephPool1/vm-106-disk-0@Backup28102019 ==> /dev/rbd3 # rbd showmapped id pool image...
  14. A

    [SOLVED] Spam report for user stop working with last update (5.2-7)

    i just discover that spam report are send next day, not the day when spam is detected and quarantine
  15. A

    [SOLVED] Spam report for user stop working with last update (5.2-7)

    i will take a look to that, thank you t.lamprecht (i just upgrade from 5.2-6 to 5.2-7)
  16. A

    [SOLVED] Spam report for user stop working with last update (5.2-7)

    now spam report does not send email to my user. (we use custom report) is it a bug ? where can i debug this. thank you.
  17. A

    [SOLVED] email notification not working (PMG relay inside)

    In fact when installing Proxmox on top of Debian Stretch i choose "local delivery" for postfix config. I just run : dpkg-reconfigure postfix and choose "internet site", nano /etc/postfix/main.cf and add : relayhost (and smartrelayhost) sending work (with mail command), hope that Proxmox will...