mirror of
https://github.com/ceph/ceph
synced 2025-01-31 23:44:10 +00:00
rados: fix extra tabs on warning for pool copy
There seems to be some extra tabs in rados cppool error message which might confuse users.In reality there should not be any extra spaces on warning messages. Fixes: https://tracker.ceph.com/issues/58165 Signed-off-by: shreyanshjain7174 <ssanchet@redhat.com>
This commit is contained in:
parent
a2bc2ab72d
commit
5008953617
@ -3118,7 +3118,7 @@ static int rados_tool_common(const std::map < std::string, std::string > &opts,
|
||||
}
|
||||
|
||||
cerr << "WARNING: pool copy does not preserve user_version, which some "
|
||||
<< " apps may rely on." << std::endl;
|
||||
<< "apps may rely on." << std::endl;
|
||||
|
||||
if (rados.get_pool_is_selfmanaged_snaps_mode(src_pool)) {
|
||||
cerr << "WARNING: pool " << src_pool << " has selfmanaged snaps, which are not preserved\n"
|
||||
|
Loading…
Reference in New Issue
Block a user