Skip to content
Snippets Groups Projects
  1. Apr 16, 2025
  2. Apr 15, 2025
  3. Apr 14, 2025
  4. Apr 08, 2025
  5. Apr 07, 2025
  6. Apr 03, 2025
  7. Mar 27, 2025
  8. Mar 25, 2025
  9. Mar 21, 2025
    • Cedric Caffy's avatar
      UTILS: Created eos-ports-block script allowing to block a list of ports · 02489079
      Cedric Caffy authored
      Can be ran on a machine that has nftables enabled. Pass a list of ports via --ports and the script
      will flush the nft rules and create rules to specifically block the
      incoming traffic towards those ports.
      
      The changes are not persisted. Therefore any call to
      systemctl restart nftables or any call to
      eos-ports-block --reset-defaults will put back the previously configured
      rules.
      
      Fixes EOS-6368
      02489079
  10. Mar 20, 2025
  11. Mar 19, 2025
  12. Mar 18, 2025
  13. Mar 17, 2025
  14. Mar 14, 2025
  15. Mar 13, 2025
  16. Mar 10, 2025
  17. Mar 07, 2025
    • Abhishek Lekshmanan's avatar
      MGM: Flatscheduler: increase placement attempts · db36cca3
      Abhishek Lekshmanan authored
      
      With the default 20 placement attempts EC configurations might fail with
      extremely small groups with weighted placements as weights might drop to 0
      during an iteration, also random engines might pick the same FSid again burning
      an attempt. Since running the loop is extremely cheap and cost of failed result
      is very high, increase placement attempts.
      Add tests with n_replica=12 to simulate EC layout behaviour which fail with low
      attempt configuration
      
      Fixes: EOS-6355
      
      Signed-off-by: default avatarAbhishek Lekshmanan <abhishek.lekshmanan@cern.ch>
      db36cca3
  18. Mar 06, 2025
Loading