mirror of
https://github.com/ceph/ceph
synced 2025-03-30 15:31:01 +00:00
Merge pull request #28564 from ceph/store_statfs-log
log: fix store_statfs log line Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
585d3fe31f
@ -2979,7 +2979,7 @@ void store_statfs_t::dump(Formatter *f) const
|
|||||||
ostream& operator<<(ostream& out, const store_statfs_t &s)
|
ostream& operator<<(ostream& out, const store_statfs_t &s)
|
||||||
{
|
{
|
||||||
out << std::hex
|
out << std::hex
|
||||||
<< "store_statfs(0x" << s.available
|
<< " store_statfs(0x" << s.available
|
||||||
<< "/0x" << s.internally_reserved
|
<< "/0x" << s.internally_reserved
|
||||||
<< "/0x" << s.total
|
<< "/0x" << s.total
|
||||||
<< ", data 0x" << s.data_stored
|
<< ", data 0x" << s.data_stored
|
||||||
|
Loading…
Reference in New Issue
Block a user