Recent content by NetUser

  1. N

    Download traffic block to single NIC

    Hi, I've a production cluster with 5 nodes and in a random fashion I've had some NICs stop receiving traffic outta nowhere. Last example today, via a tcpdump i see that the NIC correctly passes packets from VM to outside, while it doesn't receive any traffic. I can easily solve the issue by...
  2. N

    Deploy ceph with different cluster name

    Bump, can anyone help? Official wiki stands something which doesn't look feasible....
  3. N

    Deploy ceph with different cluster name

    Hi, I'm trying to configure two-way mirroring, following wiki guide, but the part where you configure mirroring is a bit optimistic, it says:" We also need to set up an RBD mirror daemon on site A that connects to site B (two-way mirror). If not done yet, now is the time to set this up. The...
  4. N

    Two-ways mirroring CEPH cluster how to?

    Hi, did you manage to pull this out in some way?
  5. N

    After enabling CEPH pool one-way mirroring pool usage is growing up constantly and pool could overfull shortly

    just out of curiosity, how did you checked which one are accumulating journal_data? I've personally found a way with a for loop checking how many journal_data objects are present in my pool with rbd info on every image but I believe there can be a better solution
  6. N

    After enabling CEPH pool one-way mirroring pool usage is growing up constantly and pool could overfull shortly

    My experience tells: 1. Issue is due to some old problems 2. Issue is due to VM writing too much / bad network / etc Solution for problem n.1 is disable journaling from the VMs where you have accumulated journal_data, your prompt will be given back after some time (seconds to minutes, depending...
  7. N

    [TUTORIAL] Proxmox Ceph Mirroring - Snapshot Mode

    Hi, first of all many thanks for the careful explanation, this is really helpful. I've got a question, on the official CEPH doc page, at a certain point in the manual snapshot creation, it says "The most recent mirror-snapshot is automatically pruned if the limit is reached". I'd like to know...
  8. N

    Security bulletins

    Hi, I've looked for proxmox security bulletins or so on, but i couldn't find anything but single CVEs when they happens. Is there a dedicated newsletter when i can find fixed vulnerabilities in this version etc? Thanks in advance!
  9. N

    [SOLVED] Proxmox-backup logs

    You are awesome! Many, many thanks for the clarifications! Have a great day!
  10. N

    [SOLVED] Proxmox-backup logs

    Ok, thanks for the info, a couple more questions, given that i'm already pursuing the double, not nested, datastores. 1. Why if i type "proxmox-backup-manager node update --task-log-max-days 60" it doesn't appear in my node.cfg config? my version on another server is the latest and it still...
  11. N

    [SOLVED] Proxmox-backup logs

    thanks for the advice, I'll work on it. Aside from that the main issue is that the task log rotation is not working, see #16 post for more details, this is the log in my "Log rotation" task 2022-05-15T00:00:00+02:00: starting task log rotation 2022-05-15T00:00:00+02:00: task log archive was...
  12. N

    [SOLVED] Proxmox-backup logs

    Hi, despite i've given the "proxmox-backup-manager node update --task-log-max-days 60" i still have older tasks in my folder, here are the examples: -rw-r--r-- 1 backup backup 1.1G Feb 26 01:56 UPID:[edited]:garbage_collection:nfs\x2dem1nas\x2dvolume1:root@pam: -rw-r--r-- 1 backup backup...
  13. N

    [SOLVED] Proxmox-backup logs

    Yes, I've nested datastores, this is the config: datastore: nfs-em1nas-volume1 gc-schedule thu 22:00 keep-daily 7 keep-last 7 keep-monthly 6 keep-weekly 6 keep-yearly 1 path /backup/proxmox prune-schedule daily datastore: nfs-truenas-db comment...
  14. N

    [SOLVED] Proxmox-backup logs

    yup, I've entered 60 days and it will delete a bit of logs which will give me a bit of space/time for the analysis. About the 1.1GB logs instead, i've this situation: I used to have a daily backup schedule with like 200 VMs I moved two of em into a new backup schedule (with dedicated datastore...