search for: autoexpand

Displaying 17 results from an estimated 17 matches for "autoexpand".

2011 Apr 01
15
Zpool resize
Hi, LUN is connected to solaris 10u9 from NETAP FAS2020a with ISCSI. I''m changing LUN size on netapp and solaris format see new value but zpool still have old value. I tryed zpool export and zpool import but it didn''t resolve my problem. bash-3.00# format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c0d1 <DEFAULT cyl 6523 alt 2 hd 255 sec 63>
2008 Aug 22
2
zpool autoexpand property - HowTo question
I noted this PSARC thread with interest: Re: zpool autoexpand property [PSARC/2008/353 Self Review] because it so happens that during a recent disk upgrade, on a laptop. I''ve migrated a zpool off of one partition onto a slightly larger one, and I''d like to somehow tell zfs to grow the zpool to fill the new partition. So, what''s the...
2012 Jul 25
8
online increase of zfs after LUN increase ?
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 visible in format, but zpool did not increase. I found a b...
2010 Mar 02
11
Expand zpool capacity
Hello, Experts. I''ve got a problem. I''m trying to expand my main zpool (rpool), but don''t know how to do that. (i''m 100% newbie in non-windows world) I use Osol under Vmware on Windows. I had a pretty small vhdd -> only 12gb. Yesterday i decided to expand my virtual drive to 20gb. (After several tries to upgrade the OS to a newest dev-releases and
2012 Dec 30
4
Expanding a raidz vdev in zpool
Hello All, I have a zpool that consists of 2 raidz vdevs (raidz1-0 and raidz1-1). The first vdev is 4 1.5TB drives. The second was 4 500GB drives. I replaced the 4 500GB drives with 4 3TB drives. I replaced one at time, and resilvered each. Now the process is complete, I expected to have an extra 10TB (4*2.5TB) of raw space, but it''s still the same amount of space. I did an export and
2012 Nov 11
0
Expanding a ZFS pool disk in Solaris 10 on VMWare (or other expandable storage technology)
...question but rather a "how-to" for posterity. Comments and possible fixes are welcome, though. I''m toying (for work) with a Solaris 10 VM, and it has a dedicated virtual HDD for data and zones. The template VM had a 20Gb disk, but a particular application needs more. I hoped ZFS autoexpand would do the trick transparently, but it turned out some manual labor is needed. Even though this was a single-disk pool with a dedicated disk, the EFI label and ultimate Solaris partition and slices did not detect the size change over several devfsadm''s, cfgadm''s, exports, import...
2013 Aug 21
1
Properties list for zfs in FreeBSD
Hi: Where can I find a list of properties (-o/-O property=value) for creating a zpool? I meant something like: #zpool create \ -o ashift=12 \ -0 dedup=off -O autoexpand=off -O atime=off \ -O canmount=off \ -O compression=lz4 \ -O normalization=formD \ -O mountpoint=/jail \ tank \ mirror \ /dev/gptid/diskname0 \ /dev/gptid/diskname1 \ cache \ /dev/gptid/diskname2 Thanks!
2009 Oct 13
14
How to resize ZFS partion or add a new one?
Hi, I have the following partions on my laptop, Inspiron 6000, from fdisk: 1 Other OS 0 11 12 0 2 EXT LBA 12 2561 2550 26 3 Active Solaris2 2562 9728 7167 74 First one is for Dell utilities. Second one is NTFS and the third is ZFS. I am currently using OpenSolaris 2009.06
2011 Mar 01
5
btrfs wishlist
...LUDED IN ZFS - Mirror existing single-drive filesystem, as in ''zfs attach'' - RAIDz-stuff - single and hopefully multiple-parity RAID configuration with block-level checksumming - Background scrub/fsck - Pool-like management with multiple RAIDs/mirrors (VDEVs) - Autogrow as in ZFS autoexpand NOT INCLUDED IN CURRENT ZFS - Adding/removing drives from VDEVs - Rebalancing a pool - dedup This may be a long shot, but can someone tell if this is doable in a year or five? Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 roy@karlsbakk.net http://blogg.karlsbakk.n...
2012 Jun 17
26
Recommendation for home NAS external JBOD
Hi, my oi151 based home NAS is approaching a frightening "drive space" level. Right now the data volume is a 4*1TB Raid-Z1, 3 1/2" local disks individually connected to an 8 port LSI 6Gbit controller. So I can either exchange the disks one by one with autoexpand, use 2-4 TB disks and be happy. This was my original approach. However I am totally unclear about the 512b vs 4Kb issue. What sata disk could I use that is big enough and still uses 512b? I know about the discussion about the upgrade from a 512b based pool to a 4 KB pool but I fail to see a conclus...
2006 Oct 23
0
Need some help with MMap# and MMap#=
...for VirtualAlloc): def [](offset, length) buf = 0.chr * length memcpy(buf, @address + offset, length) buf end def []=(offset, length, string) memcpy(@address + offset, string, string.length) end This works as is but Ara also mentioned that some methods, such as MMap#[]=, will autoexpand the allocation size if the offset + length is greater than the initial allocation size. With the above implementation the string gets chopped: mmap = MMap.new(:file => ''test.txt'', :size => 3) mmap[0,6] = "foobar" # only ''foo'' gets written mmap...
2012 Nov 30
13
Remove disk
Hi all, I would like to knwon if with ZFS it''s possible to do something like that : http://tldp.org/HOWTO/LVM-HOWTO/removeadisk.html meaning : I have a zpool with 48 disks with 4 raidz2 (12 disk). Inside those 48 disk I''ve 36x 3T and 12 x 2T. Can I buy new 12x4 To disk put in the server, add in the zpool, ask zpool to migrate all data on those 12 old disk on the new and
2010 Dec 10
5
Large Drives
The time has come to expand my OpenSolaris NAS. Right now I have 6 1TB Samsung Spinpoints in a Raidz2 configuration. I also have a mirrored root pool. The Raidz2 configuration should be for my most critical data - but right now it is holding everything so I need to add some more pools and move some data around. To start I need a vdev I will call "temp" that acts as a networked bit
2009 Nov 11
0
libzfs zfs_create() fails on sun4u daily bits (daily.1110)
...ol bootfs rpool/ROOT/snv_126 local rpool delegation on default rpool autoreplace off default rpool cachefile - default rpool failmode continue local rpool listsnapshots off default rpool autoexpand off default rpool dedupratio 1.00x - rpool free 20.6G - rpool allocated 13.2G - root krb-v210-4 [20:06:51 0]# zfs get all rpool/export NAME PROPERTY VALUE SOURCE rpool/export...
2010 May 28
21
expand zfs for OpenSolaris running inside vm
hello, all I am have constraint disk space (only 8GB) while running os inside vm. Now i want to add more. It is easy to add for vm but how can i update fs in os? I cannot use autoexpand because it doesn''t implemented in my system: $ uname -a SunOS sopen 5.11 snv_111b i86pc i386 i86pc If it was 171 it would be grate, right? Doing following: o added new virtual HDD (it becomes /dev/rdsk/c7d1s0) o run format, write label # zpool status pool: rpool state: ONLINE scrub:...
2014 Jul 15
1
Dovecot/K9/Thunderbird IMAP interaction issues: replicated messages, constant reloading (TB) & missing new messages (K-9)
...ation on default zroot autoreplace off default zroot cachefile - default zroot failmode wait default zroot listsnapshots off default zroot autoexpand off default zroot dedupditto 0 default zroot dedupratio 1.10x - zroot free 286G - zroot allocated 114G - zroot readonly...
2011 Dec 15
31
Can I create a mirror for a root rpool?
On Solaris 10 If I install using ZFS root on only one drive is there a way to add another drive as a mirror later? Sorry if this was discussed already. I searched the archives and couldn''t find the answer. Thank you.