Commit a00b5d7
[irods/irods#4622] set ReplicaNum to "null" in rulemsiDataObjPhymv.r
Supplying a replica number in the call to msiDataObjPhymv made the test
fail.
First point of reference: since resolution of irods/irods#4622, not more than
one replica exists per storage resource anyway, so no specification
of replica number is needed if the source resource for phymv is given.
Giving "null" in place of a concrete integer was the solution.
Second point of reference: 2f1b1dbe7f621554f4f7fbd12a77ba144f312e50 in irods/irods
now enforces that iphymv -S [source resource] and -n [replnum] are incompatible
parameters.1 parent 81964ca commit a00b5d7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
0 commit comments