Search Results

Search: Posts Made By: general_lee
17,673
Posted By Amit_1981
cat inputfile | while read a b do c=`expr $a...
cat inputfile | while read a b
do
c=`expr $a - $b`
echo $a $b $c
done
Forum: Solaris 04-19-2013
3,379
Posted By jlliagre
Yes. Yes. Note that, unless the existing...
Yes.
Yes.

Note that, unless the existing pool is (almost) empty, the data on your pool will be unbalanced so its performance would be less optimal than with an already created stripe.
Forum: Solaris 05-01-2012
5,223
Posted By bartus11
None of those ways is very good in my opinion....
None of those ways is very good in my opinion. When you create one big zpool, you don't have to use "mkfile" to create "filesystem files". Just create four ZFS filesystems with "zfs create". The...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy