summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/ceph_volume/main.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-volume: fix regressionGuillaume Abrioux2024-06-031-2/+10
* ceph-volume: use importlib from stdlib on Python 3.8 and upKefu Chai2024-05-261-3/+8
* ceph-volume: only warn when config file isn't foundGuillaume Abrioux2022-04-271-2/+2
* ceph-volume: top-level 'activate' commandSage Weil2021-11-021-1/+2
* ceph-volume: implement the --log-level flagAndrew Schoen2020-10-291-1/+2
* ceph-volume: add drive-group subcommandJan Fajerski2020-07-231-1/+2
* ceph-volume: add raw modeSage Weil2020-01-141-0/+1
* ceph-volume: instantiate the new terminal logger in main()Alfredo Deza2019-09-101-0/+1
* ceph-volume main raise sys.exit to prevent garbage in helpAlfredo Deza2018-11-131-1/+1
* ceph-volume: add inventory commandJan Fajerski2018-11-091-1/+2
* ceph-volume remove version reporting from help menuAlfredo Deza2018-10-111-4/+0
* ceph-volume main move out the load_ceph_conf_path to the configuration moduleAlfredo Deza2018-09-241-7/+2
* ceph-volume main remove auto as a top-level commandAlfredo Deza2018-07-131-2/+0
* ceph-volume: always ignore a missing ceph conf in main.pyAndrew Schoen2018-07-031-16/+5
* ceph-volume: error on commands that need ceph.conf to operateAndrew Schoen2018-06-271-5/+16
* ceph-volume main include commented out auto subcommandAlfredo Deza2018-05-031-1/+6
* ceph-volume: log the current running command for easier debuggingAndrew Schoen2018-02-261-0/+1
* ceph-volume main warn on inability to load ceph.conf, don't raiseAlfredo Deza2017-12-051-1/+9
* ceph-volume main add simple to the sub-commandsAlfredo Deza2017-11-061-1/+1
* ceph-volume: main: slice args for main and subcommands differentlyAlfredo Deza2017-08-041-5/+5
* ceph-volume: main: py3 support fixes with printAlfredo Deza2017-08-041-1/+2
* ceph-volume: main: changes to sys.argv handling for better testingAlfredo Deza2017-08-041-6/+8
* ceph-volume: main: if no args are passed mention the --help usage, print some...Alfredo Deza2017-08-041-11/+7
* ceph-volume: main: use argparse, add global flags, improve main helpAlfredo Deza2017-08-041-24/+57
* ceph-volume: main: add log path inferring into main for --help reportingAlfredo Deza2017-08-041-8/+11
* ceph-volume: main: store ceph conf and load it in the conf moduleAlfredo Deza2017-08-041-4/+22
* ceph-volume: main: remove extra new lines when generating helpAlfredo Deza2017-08-041-1/+1
* ceph-volume: systemd: move the exceptions to the new exception moduleAlfredo Deza2017-08-041-0/+1
* ceph-volume: main: use subhelp to parse lvm's helpAlfredo Deza2017-08-041-18/+19
* ceph-volume: main: no need to pass the config to log setupAlfredo Deza2017-08-041-1/+1
* ceph-volume: main: initial take on mainAlfredo Deza2017-08-041-0/+119