OpenZFS 9213 - zfs: sytem typo

Authored by: Toomas Soome <tsoome@me.com>
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>

Porting Notes:
* The additional instances of this typo addressed in the OpenZFS
  patch were already resolved.

OpenZFS-issue: https://illumos.org/issues/9213
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/edc8ef7d92
Closes #7436
This commit is contained in:
Toomas Soome
2018-03-10 15:01:46 -08:00
committed by Brian Behlendorf
parent cbb8933215
commit 5e567da987
3 changed files with 4 additions and 3 deletions
@@ -38,7 +38,8 @@
#
# STRATEGY:
# 1. create pools based on a valid vdev
# 2. create a filesystem on this pool, set the compression property to gzip1-9
# 2. create a filesystem on this pool and set the compression property to
# gzip1-9
# 3. set the pool's bootfs property to filesystem we just configured which
# should not fail
#
@@ -37,7 +37,7 @@
#
# STRATEGY:
# 1. Setting refquota < quota
# 2. Create file in filesytem, take snapshot and remove the file
# 2. Create file in filesystem, take snapshot and remove the file
# 3. Verify snapshot will not consume refquota
#