Skip to content

Commit

Permalink
[#233] implement preserve.replicas when restaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
cookie33 authored and alanking committed Dec 19, 2023
1 parent 965281a commit 511cba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_tiering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ namespace irods {
_source_resource,
low_tier_resource_name,
get_verification_for_resc(comm_, low_tier_resource_name),
false,
get_preserve_replicas_for_resc(comm_, _source_resource),
get_data_movement_parameters_for_resource(comm_, _source_resource));
}
catch(const exception& _e) {
Expand Down

0 comments on commit 511cba8

Please sign in to comment.