Skip to content
Snippets Groups Projects
Select Git revision
  • 562c31fd8c73051bc3f91e1fc699f6deeac91813
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

restic.sh

Blame
  • detect-ceph 558 B
    # ----------------------------------------------------------------------------
    # 
    # EOL - End of life detection - Warn before reaching end of life
    #
    # detect version of CEPH
    #
    # ----------------------------------------------------------------------------
    # 2024-03-26  v1.0  <axel.hahn@iml.unibe.ch>
    # ----------------------------------------------------------------------------
    
    # ----- example output
    #  ceph --version
    #  ceph version 17.2.7 (b12291d110049b2f35e32e0de30d70e9a4c060d2) quincy (stable)
    ceph --version | awk '{ print $3 }' | cut -f 1,2 -d '.'