[zfs-discuss] How to avoid striping ?

2010-10-18 Thread Habony, Zsolt
Hi, I have seen a similar question on this list in the archive but haven't seen the answer. Can I avoid striping across top level vdevs ? If I use a zpool which is one LUN from the SAN, and when it becomes full I add a new LUN to it. But I cannot guarantee that the

Re: [zfs-discuss] How to avoid striping ?

2010-10-18 Thread Habony, Zsolt
. Is there a way to avoid it, or can we be sure that the problem does not exist at all ? -Original Message- From: Darren J Moffat [mailto:darr...@opensolaris.org] Sent: 2010. október 18. 10:19 To: Habony, Zsolt Cc: zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] How to avoid

Re: [zfs-discuss] How to avoid striping ?

2010-10-18 Thread Habony, Zsolt
No. The basic principle of the zpool is dynamic striping across vdevs in order to ensure that all available spindles are contributing to the workload. If you want/need more granular control over what data goes to which disk, then you'll need to create multiple pools. Just create a new pool

Re: [zfs-discuss] How to avoid striping ?

2010-10-18 Thread Habony, Zsolt
You have an application filesystem from one LUN. (vxfs is expensive, ufs/svm is not really able to handle online filesystem increase. Thus we plan to use zfs for application filesystems.) What do you mean by not really? ... Use growfs to grow UFS on the grown device. I know its off-toopic

Re: [zfs-discuss] How to avoid striping ?

2010-10-18 Thread Habony, Zsolt
Is there a way to avoid it, or can we be sure that the problem does not exist at all ? Grow the existing LUN rather than adding another one. The only way to have ZFS not stripe is to not give it devices to stripe over. So stick with simple mirrors ... (I do not mirror, as the storage gives

[zfs-discuss] online increase of zfs after LUN increase ?

2012-07-25 Thread Habony, Zsolt
Hello, There is a feature of zfs (autoexpand, or zpool online -e ) that it can consume the increased LUN immediately and increase the zpool size. That would be a very useful ( vital ) feature in enterprise environment. Though when I tried to use it, it did not work. LUN expanded and

Re: [zfs-discuss] online increase of zfs after LUN increase ?

2012-07-25 Thread Habony, Zsolt
Thank you for your replies. First, sorry for misleading info. Patch 148098-03 indeed not included in recommended set, but trying to download it shows that 147440-15 obsoletes it and 147440-19 is included in latest recommended patch set. Thus time solves the problem elsewhere. Just for fun, my

Re: [zfs-discuss] online increase of zfs after LUN increase ?

2012-07-26 Thread Habony, Zsolt
- From: Hung-Sheng Tsao (LaoTsao) Ph.D [mailto:laot...@gmail.com] Sent: 2012. július 26. 14:49 To: Habony, Zsolt Cc: Cindy Swearingen; Sašo Kiselkov; zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] online increase of zfs after LUN increase ? imho, the 147440-21 does not list the bugs

Re: [zfs-discuss] online increase of zfs after LUN increase ?

2012-08-01 Thread Habony, Zsolt
partitions manually. Zsolt From: Cindy Swearingen [cindy.swearin...@oracle.com] Sent: Wednesday, August 01, 2012 8:00 PM To: Habony, Zsolt Cc: Hung-Sheng Tsao (LaoTsao) Ph.D; zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] online increase of zfs after LUN