mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
Clarify loop variable name in zfs copies test
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9445
This commit is contained in:
parent
33cd5f2997
commit
c99b304f01
@ -70,8 +70,8 @@ if [[ ! -d $mntp ]]; then
|
||||
mkdir -p $mntp
|
||||
fi
|
||||
|
||||
for val in 1 2 3; do
|
||||
do_vol_test $NEWFS_DEFAULT_FS $val $mntp
|
||||
for copies in 1 2 3; do
|
||||
do_vol_test $NEWFS_DEFAULT_FS $copies $mntp
|
||||
done
|
||||
|
||||
log_pass "The volume space used by multiple copies is charged correctly as expected. "
|
||||
|
Loading…
Reference in New Issue
Block a user