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:
parent
cbb8933215
commit
5e567da987
|
@ -2471,7 +2471,7 @@ slow:
|
|||
/*
|
||||
* Determine whether Access should be granted/denied.
|
||||
*
|
||||
* The least priv subsytem is always consulted as a basic privilege
|
||||
* The least priv subsystem is always consulted as a basic privilege
|
||||
* can define any form of access.
|
||||
*/
|
||||
int
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in New Issue