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:
shreyanshjain7174 2022-12-05 06:34:46 -06:00
parent a2bc2ab72d
commit 5008953617

View File

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