search for: testpool

Displaying 16 results from an estimated 16 matches for "testpool".

2009 Dec 15
7
ZFS Dedupe reporting incorrect savings
Hi, Created a zpool with 64k recordsize and enabled dedupe on it. zpool create -O recordsize=64k TestPool device1 zfs set dedup=on TestPool I copied files onto this pool over nfs from a windows client. Here is the output of zpool list Prompt:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT TestPool 696G 19.1G 677G 2% 1.13x ONLINE - When I ran a &quot...
2006 Jun 27
28
Supporting ~10K users on ZFS
...er, and to set a quota on that. I can see this being OK for small numbers of users (up to 1000 maybe), but I can also see it being a bit tedious for larger numbers than that. I just tried a quick test on Sol10u2: for x in 0 1 2 3 4 5 6 7 8 9; do for y in 0 1 2 3 4 5 6 7 8 9; do zfs create testpool/$x$y; zfs set quota=1024k testpool/$x$y done; done [apologies for the formatting - is there any way to preformat text on this forum?] It ran OK for a minute or so, but then I got a slew of errors: cannot mount ''/testpool/38'': unable to create mountpoint filesystem succ...
2010 Apr 05
3
no hot spare activation?
...e results is below. - Garrett > pfexec zpool status pool: rpool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM rpool ONLINE 0 0 0 c1t0d0s0 ONLINE 0 0 0 errors: No known data errors pool: testpool state: DEGRADED status: One or more devices could not be used because the label is missing or invalid. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Replace the device using ''zpool replace''. see: http://www.sun.com/ms...
2009 Dec 06
20
Accidentally added disk instead of attaching
Hi, I wanted to add a disk to the tank pool to create a mirror. I accidentally used zpool add ? instead of zpool attach ? and now the disk is added. Is there a way to remove the disk without loosing data? Or maybe change it to mirror? Thanks, Martijn -- This message posted from opensolaris.org
2014 Feb 19
2
Windows 7 to Samba 4.1.4 in complete copies from CD/DVD
...alm = NEUROIMAGE.WUSTL.EDU password server = nildc01 nildc02 nildc03 socket options = TCP_NODELAY encrypt passwords = yes dns proxy = no mangled names = no preserve case = yes short preserve case = yes load printers = no [scratch] comment = Public Stuff path = /testpool/scratch writable = yes browsable = yes [scratch1] comment = Public Stuff 1 path = /testpool/scratch1 writable = yes browsable = yes [scratch2] comment = Public Stuff 2 path = /testpool/scratch2 writable = yes browsable = yes
2005 Nov 20
2
ZFS & small files
...ome small file I/O ops on the pool. It turns out (which was not my original intent) that the test files I chose were zero bytes in length. The test data was tarred and gzipped to /tmp and then untarred onto the zfs pool as follows: $ zfs list NAME USED AVAIL REFER MOUNTPOINT testpool 192M 4.62G 192M /testpool $ pwd /testpool/al $ mkdir test5 $ cd test5 $ ptime gunzip -c /tmp/alltestdir.tar.gz | tar xf - What I''m seeing is very high CPU utilization (system calls) and I/O rates that average (only) about 350kb/Sec. Here''s the data: $ ptime g...
2008 Jan 24
1
zfs showing more filesystem using ls than df actually has
...2048000 105531 1839988 6% /mountpoint1 mypool 4096512 717015 3379405 18% /mypool newpool 1007616 120014 887518 12% /newpool poolA 166912 24 158447 1% /poolA poola 65024 24 64938 1% /poola testpool 1007616 26 802611 1% /testpool testpool/usr 1007616 204881 802611 21% /testpool/usr zfszone 471040 210344 260377 45% /zfszone /vol/dev/dsk/c0t6d0/sol_10_305_sparc/s5 30 4 24 15% /cdrom/sol_10_...
2012 Jan 24
1
virt-v2v error - Fedora 16
Trying to test virt-v2v using ESX. Running Fedora 16 and virt-v2v 0.8.5. Command invocation: virt-v2v -ic esx://testhostname/?no_verify=1 -os testpool --network default testvm Result: Invalid configuration of Net::HTTPS at /usr/share/perl5/vendor_perl/Sys/VirtConvert/Transfer/ESX.pm line 68. Couldn't find a resolution to this issue on the net. Please assist.
2008 Apr 28
3
[Bug 1657] New: tests/functional/acl/nontrivial/ zfs_acl_cp_001_pos causes panic
.../trivial/zfs_acl_compress_001_pos | PASS | 03:02:12 0 | Test_Case_Start| 117615 tests/functional/acl/nontrivial/zfs_acl_cp_001_pos | 03:02:13 0 | stdout| 03:02:13 ASSERTION: Verify that ''/usr/bin/cp [-p]'' supports ZFS ACLs. stdout| 03:02:13 NOTE: Create the second zfs file system: testpool.106790/testfs1.106790. stdout| 03:02:14 SUCCESS: /usr/sbin/zfs create testpool.106790/testfs1.106790 stdout| 03:02:14 SUCCESS: /usr/sbin/zfs set mountpoint=/testdir1106790 testpool.106790/testfs1.106790 stdout| 03:02:14 SUCCESS: /usr/sbin/zfs set aclmode=passthrough testpool.106790/testfs1.106790 s...
2009 Mar 30
4
FLAG DAY: vdiskadm import/export/convert
...rt.vdi xxx vdiskadm export -x vmdk -d test_export.vmdk xxx vdiskadm export -x raw -d test_export root-172-20-24-161 vdiskadm export -x raw -d test_export zzz vdiskadm export -x raw -d /dev/dsk/c0t1d0s0 xxx vdiskadm export -x raw -d root.raw root-172-20-24-161 vdiskadm export -x raw -d /dev/zvol/dsk/testpool/export_test root-172-20-24-161
2007 Nov 26
4
some ZFS issues
Hello, I have read much about ZFS and I find it great, especially the checksums against silent data corruption and the COW writing policy and the snapshots and of course the storage pooling. But there are some points I have problems with: - What happens to the pools if the machine is shut down and rebooted? Are the pools automatically exported and imported again on boot up? Where is the
2013 Dec 04
6
W2k8r2 and samba 3 integration
Hi Samba users we have a samba 3 system we use as a NAS for a windows AD setup but we are having serious issues with the ad integration. has anyone any tips or trick for the AD windows 2008r2/ samba integration ? we basically can't add groups or users to the share from the AD dc. we just get access denied even if we make the domain admins and current user the owner of the share. we have
2013 Jan 16
1
Mapping SID>UID (and reverse)
Hi I have a new Samba 3.6.10 server running on Solaris 10. The server is a member of the local Active Directory (which I'll call "DOMAIN" in this email). Unix username resolution is via NIS. All domain users have NIS usernames as well.Winbind is running to allow SMBD to perform sid>uid mapping and I have setup idmap_nss. I am not using winbind in /etc/nsswitch.conf as NIS
2010 Apr 27
42
Performance drop during scrub?
Hi all I have a test system with snv134 and 8x2TB drives in RAIDz2 and currently no Zil or L2ARC. I noticed the I/O speed to NFS shares on the testpool drops to something hardly usable while scrubbing the pool. How can I address this? Will adding Zil or L2ARC help? Is it possible to tune down scrub''s priority somehow? Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 roy at karlsbakk.net http://blogg.karlsbakk.net/
2010 Mar 24
21
ZFS on a 11TB HW RAID-5 controller
Hello all, I am a complete newbie to OpenSolaris, and must to setup a ZFS NAS. I do have linux experience, but have never used ZFS. I have tried to install OpenSolaris Developer 134 on a 11TB HW RAID-5 virtual disk, but after the installation I can only use one 2TB disk, and I cannot partition the rest. I realize that maximum partition size is 2TB, but I guess the rest must be usable. For
2009 Mar 28
53
Can this be done?
I currently have a 7x1.5tb raidz1. I want to add "phase 2" which is another 7x1.5tb raidz1 Can I add the second phase to the first phase and basically have two raid5''s striped (in raid terms?) Yes, I probably should upgrade the zpool format too. Currently running snv_104. Also should upgrade to 110. If that is possible, would anyone happen to have the simple command lines to