index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ceph-volume
/
ceph_volume
/
main.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph-volume: fix regression
Guillaume Abrioux
2024-06-03
1
-2
/
+10
*
ceph-volume: use importlib from stdlib on Python 3.8 and up
Kefu Chai
2024-05-26
1
-3
/
+8
*
ceph-volume: only warn when config file isn't found
Guillaume Abrioux
2022-04-27
1
-2
/
+2
*
ceph-volume: top-level 'activate' command
Sage Weil
2021-11-02
1
-1
/
+2
*
ceph-volume: implement the --log-level flag
Andrew Schoen
2020-10-29
1
-1
/
+2
*
ceph-volume: add drive-group subcommand
Jan Fajerski
2020-07-23
1
-1
/
+2
*
ceph-volume: add raw mode
Sage Weil
2020-01-14
1
-0
/
+1
*
ceph-volume: instantiate the new terminal logger in main()
Alfredo Deza
2019-09-10
1
-0
/
+1
*
ceph-volume main raise sys.exit to prevent garbage in help
Alfredo Deza
2018-11-13
1
-1
/
+1
*
ceph-volume: add inventory command
Jan Fajerski
2018-11-09
1
-1
/
+2
*
ceph-volume remove version reporting from help menu
Alfredo Deza
2018-10-11
1
-4
/
+0
*
ceph-volume main move out the load_ceph_conf_path to the configuration module
Alfredo Deza
2018-09-24
1
-7
/
+2
*
ceph-volume main remove auto as a top-level command
Alfredo Deza
2018-07-13
1
-2
/
+0
*
ceph-volume: always ignore a missing ceph conf in main.py
Andrew Schoen
2018-07-03
1
-16
/
+5
*
ceph-volume: error on commands that need ceph.conf to operate
Andrew Schoen
2018-06-27
1
-5
/
+16
*
ceph-volume main include commented out auto subcommand
Alfredo Deza
2018-05-03
1
-1
/
+6
*
ceph-volume: log the current running command for easier debugging
Andrew Schoen
2018-02-26
1
-0
/
+1
*
ceph-volume main warn on inability to load ceph.conf, don't raise
Alfredo Deza
2017-12-05
1
-1
/
+9
*
ceph-volume main add simple to the sub-commands
Alfredo Deza
2017-11-06
1
-1
/
+1
*
ceph-volume: main: slice args for main and subcommands differently
Alfredo Deza
2017-08-04
1
-5
/
+5
*
ceph-volume: main: py3 support fixes with print
Alfredo Deza
2017-08-04
1
-1
/
+2
*
ceph-volume: main: changes to sys.argv handling for better testing
Alfredo Deza
2017-08-04
1
-6
/
+8
*
ceph-volume: main: if no args are passed mention the --help usage, print some...
Alfredo Deza
2017-08-04
1
-11
/
+7
*
ceph-volume: main: use argparse, add global flags, improve main help
Alfredo Deza
2017-08-04
1
-24
/
+57
*
ceph-volume: main: add log path inferring into main for --help reporting
Alfredo Deza
2017-08-04
1
-8
/
+11
*
ceph-volume: main: store ceph conf and load it in the conf module
Alfredo Deza
2017-08-04
1
-4
/
+22
*
ceph-volume: main: remove extra new lines when generating help
Alfredo Deza
2017-08-04
1
-1
/
+1
*
ceph-volume: systemd: move the exceptions to the new exception module
Alfredo Deza
2017-08-04
1
-0
/
+1
*
ceph-volume: main: use subhelp to parse lvm's help
Alfredo Deza
2017-08-04
1
-18
/
+19
*
ceph-volume: main: no need to pass the config to log setup
Alfredo Deza
2017-08-04
1
-1
/
+1
*
ceph-volume: main: initial take on main
Alfredo Deza
2017-08-04
1
-0
/
+119