1
0
mirror of https://github.com/ceph/ceph synced 2025-03-30 15:31:01 +00:00

Merge pull request from ceph/store_statfs-log

log: fix store_statfs log line

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Kefu Chai 2019-06-20 17:26:30 +08:00 committed by GitHub
commit 585d3fe31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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