Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1285d3e
)
Added warning message for change in stripe_cnt 0 policy
author
cliffw
<cliffw>
Mon, 8 Aug 2005 16:36:16 +0000
(16:36 +0000)
committer
cliffw
<cliffw>
Mon, 8 Aug 2005 16:36:16 +0000
(16:36 +0000)
lustre/utils/lmc
patch
|
blob
|
history
diff --git
a/lustre/utils/lmc
b/lustre/utils/lmc
index
4745a92
..
9aa8104
100755
(executable)
--- a/
lustre/utils/lmc
+++ b/
lustre/utils/lmc
@@
-889,6
+889,9
@@
def add_lov(gen, lustre, options):
mds_name = get_option(options, 'mds')
stripe_sz = get_option_int(options, 'stripe_sz')
stripe_cnt = get_option_int(options, 'stripe_cnt')
+ if stripe_cnt == 0:
+ print "default stripe count (0) - will use %d stripe(s) per file" \
+ % DEFAULT_STRIPE_CNT
pattern = get_option_int(options, 'stripe_pattern')
uuid = new_uuid(name)