mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
filestore: more informative fsid mkfs debug output
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
c96aa62d84
commit
386139bb81
@ -929,7 +929,7 @@ int FileStore::mkfs()
|
||||
goto close_fsid_fd;
|
||||
}
|
||||
fsid = old_fsid;
|
||||
dout(1) << "mkfs fsid is " << fsid << dendl;
|
||||
dout(1) << "mkfs fsid is already set to " << fsid << dendl;
|
||||
}
|
||||
|
||||
// version stamp
|
||||
|
Loading…
Reference in New Issue
Block a user