mirror of
https://github.com/ceph/ceph
synced 2025-04-11 04:02:04 +00:00
Revert "tasks/ceph_manager: dump raw cluster command at debug level"
This reverts commit b0ebeba79c
.
This commit is contained in:
parent
c539429761
commit
0220cbb717
@ -589,7 +589,6 @@ class CephManager:
|
|||||||
args=ceph_args,
|
args=ceph_args,
|
||||||
stdout=StringIO(),
|
stdout=StringIO(),
|
||||||
)
|
)
|
||||||
log.debug('raw stdout "%s"', proc.stdout.getvalue())
|
|
||||||
return proc.stdout.getvalue()
|
return proc.stdout.getvalue()
|
||||||
|
|
||||||
def raw_cluster_cmd_result(self, *args):
|
def raw_cluster_cmd_result(self, *args):
|
||||||
|
Loading…
Reference in New Issue
Block a user