| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Shiyang Ruan <ruansy.fnst@cn.fujitsu.com>
|
|
|
|
| |
Signed-off-by: songweibin <song.weibin@zte.com.cn>
|
|
|
|
| |
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Even if the column content is right-aligned, we should align the column
header left. That way intead of
SNAPID NAME SIZE TIMESTAMP NAMESPACE
4 snap 1 GiB Mon Jun 4 16:27:17 2018 user
which has makes it hard to visually parse what that 1 belongs to (NAME or
SIZE?), we get
SNAPID NAME SIZE TIMESTAMP NAMESPACE
4 snap 1 GiB Mon Jun 4 16:27:17 2018 user
Signed-off-by: Sage Weil <sage@redhat.com>
|
|
|
|
|
| |
Fixes: http://tracker.ceph.com/issues/24092
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|
|
|
|
|
| |
Fixes: http://tracker.ceph.com/issues/24064
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Until now bytes and objects were formatted using si_t which used 1024 as
the factor to pretty print large numbers. For object counts a factor of
1000 is preferred. This commit retires the si_t formatting (as well as
prettybyte_t, kb_t and pretty_si_t) completely and adds structs and
formatting for binary and decimal units, bin_u_t and dec_u_t respectively.
Fixes: http://tracker.ceph.com/issues/22095
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
|
|
|
|
| |
Signed-off-by: songweibin <song.weibin@zte.com.cn>
|
|
|
|
| |
Signed-off-by: songweibin <song.weibin@zte.com.cn>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When initializing the global context, global_init parses command line
arguments and removes ceph global args from the list. As a result they
are not visible for rbd command line parser and global options were
ignored when passing them to subprocesses like nbd or ggate.
Fix this by keeping a list of ceph global init command line
arguments. To build the list we compare the list of initial command
line args and those that remain after global_init parsing.
After this fix it is possible to pass any ceph global option to a
subprocess.
Signed-off-by: Mykola Golub <mgolub@suse.com>
|
|
|
|
|
| |
Fixes: http://tracker.ceph.com/issues/22200
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|
|
|
|
| |
Signed-off-by: songweibin <song.weibin@zte.com.cn>
|
|
|
|
| |
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
|
|
|
|
|
|
|
| |
Added a new "--from-snap" optional to restrict the calculation to
specific subsets of snapshots and the HEAD revision.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|
|
|
|
|
|
|
|
| |
Operations which create images or snapshots still fully enforce
the spec validation. All other operations use a relaxed validation
format.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|
|
|
|
| |
Fixes: #13711
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
|
|
|
|
|
|
|
| |
No logic changes were introduced during the migration, only
syntax changes were necessary.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|
|
All existing CLI command processing has been stubbed out using the
new self-registering command implementation.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
|