I configured the the pset1 with 2 different ways 

1. poolcfg -c 'create pset pset1 (uint pset.min = 5; uint pset.max = 5)'

pset pset1
int pset.sys_id 1
boolean pset.default false
uint pset.min 5
uint pset.max 5
string pset.units population
uint pset.load 7
uint pset.size 5
string pset.comment

***************************************************************************** 
*************
2. 1. poolcfg -c 'create pset pset1 (uint pset.min = 1; uint pset.max = 5)'

pset pset1
int pset.sys_id 1
boolean pset.default false
uint pset.min 1
uint pset.max 5
string pset.units population
uint pset.load 10
uint pset.size 5
string pset.comment

whats the difference in both of them .. the only difference i can see is 
uint.min=5 and uint.min=1 but the pset.size is 5 for both the cases 

so is it just a different way of notation of some other difference too
-- 
This message posted from opensolaris.org
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to