Skip to content
Snippets Groups Projects
Select Git revision
  • 0c48518bbacd23efba84c913959c17b6ce81080e
  • master default protected
  • update-renderer-class
3 results

main.css

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 '.'