What is a use case of setting a reservation on the base pool object? Say I have a pool of 3 100GB drives dynamic striped (pool size of 300GB), and I set the reservation to 200GB. I don''t see any commands that let me ever reduce a pool''s size, so how is the 200GB reservation used? Related question: is there a plan in the future to allow me to replace the 3 100GB drives with 2 200GB drives? --Naveen This message posted from opensolaris.org
Hello Naveen, Friday, March 10, 2006, 2:07:43 AM, you wrote: NN> What is a use case of setting a reservation on the base pool object? NN> Say I have a pool of 3 100GB drives dynamic striped (pool size of 300GB), and I set the reservation to 200GB. I don''t see any commands that let me ever reduce a pool''s size, so how is the 200GB NN> reservation used? Pool itself is a filesystem so it''s the same reservation as for filesystems. NN> Related question: is there a plan in the future to allow me to replace the 3 100GB drives with 2 200GB drives? You can do it right now - just use zpool replace. Once you''ve replaced all three disks a pool will grow automatically. -- Best regards, Robert mailto:rmilkowski at task.gda.pl http://milek.blogspot.com
On 3/10/06, Robert Milkowski <rmilkowski at task.gda.pl> wrote:> NN> Related question: is there a plan in the future to allow me to replace the 3 100GB drives with 2 200GB drives? > > You can do it right now - just use zpool replace. Once you''ve replaced > all three disks a pool will grow automatically.Robert, if you can do it - replacing all three disks with only two new disks - I am going to believe in magic :) !> > > -- > Best regards, > Robert mailto:rmilkowski at task.gda.pl > http://milek.blogspot.com > > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >-- Regards, Cyril
Hello Cyril, Friday, March 10, 2006, 12:54:30 PM, you wrote: CP> On 3/10/06, Robert Milkowski <rmilkowski at task.gda.pl> wrote:>> NN> Related question: is there a plan in the future to allow me to replace the 3 100GB drives with 2 200GB drives? >> >> You can do it right now - just use zpool replace. Once you''ve replaced >> all three disks a pool will grow automatically.CP> Robert, CP> if you can do it - replacing all three disks with only two new disks - CP> I am going to CP> believe in magic :) ! Sorry, I overlooked it - thought it''s 3<->3. -- Best regards, Robert mailto:rmilkowski at task.gda.pl http://milek.blogspot.com