diff options
author | George Wilson <[email protected]> | 2014-04-18 08:35:03 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-07-30 10:30:05 -0700 |
commit | 672692c7b77cfcf1d7abbdec2388a08741a32c57 (patch) | |
tree | cd6f5dc103bf0e2805df58e22a6a8e34edd5ff18 /include/sys/metaslab_impl.h | |
parent | 9bd274ddd846cd4024ebe3253c7b2d4f3b6f9dc0 (diff) |
Illumos 4754, 4755
4754 io issued to near-full luns even after setting noalloc threshold
4755 mg_alloc_failures is no longer needed
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Adam Leventhal <[email protected]>
Reviewed by: Dan McDonald <[email protected]>
Approved by: Dan McDonald <[email protected]>
References:
https://www.illumos.org/issues/4754
https://www.illumos.org/issues/4755
https://github.com/illumos/illumos-gate/commit/b6240e8
Ported by: Tim Chase <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2533
Diffstat (limited to 'include/sys/metaslab_impl.h')
-rw-r--r-- | include/sys/metaslab_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/metaslab_impl.h b/include/sys/metaslab_impl.h index 3e9f32e1c..3cd27d75e 100644 --- a/include/sys/metaslab_impl.h +++ b/include/sys/metaslab_impl.h @@ -24,7 +24,7 @@ */ /* - * Copyright (c) 2013 by Delphix. All rights reserved. + * Copyright (c) 2011, 2014 by Delphix. All rights reserved. */ #ifndef _SYS_METASLAB_IMPL_H @@ -58,7 +58,6 @@ struct metaslab_group { kmutex_t mg_lock; avl_tree_t mg_metaslab_tree; uint64_t mg_aliquot; - uint64_t mg_alloc_failures; boolean_t mg_allocatable; /* can we allocate? */ uint64_t mg_free_capacity; /* percentage free */ int64_t mg_bias; |