Displaying 16 results from an estimated 16 matches for "pool2".
Did you mean:
pool
2009 Jan 12
1
ZFS size is different ?
Hi all,
I have 2 questions about ZFS.
1. I have create a snapshot in my pool1/data1, and zfs send/recv it to pool2/data2. but I found the USED in zfs list is different:
NAME USED AVAIL REFER MOUNTPOINT
pool2/data2 160G 1.44T 159G /pool2/data2
pool1/data 176G 638G 175G /pool1/data1
It keep about 30,000,000 files.
The content of p_pool/p1 and backup/p_backup is almost same....
2010 Oct 04
3
hot spare remains in use
Hi,
I had a hot spare used to replace a failed drive, but then the drive appears to be fine anyway.
After clearing the error it shows that the drive was resilvered, but keeps the spare in use.
zpool status pool2
pool: pool2
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
pool2 ONLINE 0 0 0
raidz2 ONLINE 0 0 0
c10t8d0 ONLINE 0 0 0
c10t9d0 ONLINE 0...
2004 Feb 06
4
memory reduction
...igure after patching.
--
________________________________________________________________
J.W. Schultz Pegasystems Technologies
email address: jw@pegasys.ws
Remember Cernan and Schmitt
-------------- next part --------------
diff -rupNP --exclude-from cvs/.ignore cvs/Makefile.in pool2/Makefile.in
--- cvs/Makefile.in Tue Feb 3 16:34:24 2004
+++ pool2/Makefile.in Tue Feb 3 16:33:00 2004
@@ -27,7 +27,7 @@ VERSION=@VERSION@
HEADERS=byteorder.h config.h errcode.h proto.h rsync.h
LIBOBJ=lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o \
- lib/permstring.o @LIBOBJS@
+ lib...
2007 Sep 13
4
How to delegate filesystems from different pools to non-global zone
I''m trying to add filesystems from two different pools to a zone but can''t seem to find any mention of how to do this in the docs.
I tried this but the second set overwrites the first one.
add dataset
set name=pool1/fs1
set name=pool2/fs2
end
Is this possible or do I need to use different syntax?
-Robert
This message posted from opensolaris.org
2011 Mar 30
2
Lists of tables and conditional statements
...t;Sum" greater than 3, plus the names of each table. I was wondering whether there is an elegant way to do this using apply of related functions as this list has many thousands of such tables.
Here is an example of the list
$AACS
POOL
INFO pool1 pool2 pool6 pool7 pool8 pool.all Sum
12:125561133:novel 0 0 0 0 1 0 1
12:125570904:novel 0 0 0 0 1 0 1
12:125571014:novel 0 1 0 0 0 0 1
12:125571038:novel 0 0 0 1 0...
2019 Jun 28
2
lpxelinux.0 problems with CentOS 7.6
...ot/initrd.img
APPEND ip=dhcp inst.ks=http://filer/repo/kickstart/centos7-ks.cfg inst.gpt
In the older thread, there was some talk of the increasing size of the
initrd.img file possibly being an issue, but in my testing, the 7.5
initrd.img is larger than 7.6's but still boots fine
# unxz -l /pool2/repo/centos/7.?.????/os/x86_64/images/pxeboot/initrd.img
Strms Blocks Compressed Uncompressed Ratio Check Filename
1 1 46.2 MiB 130.1 MiB 0.355 CRC32
/pool2/repo/centos/7.4.1708/os/x86_64/images/pxeboot/initrd.img
1 1 50.4 MiB 133.6 MiB 0.377 CRC32
/pool...
2006 Jan 13
26
A couple of issues
...s a long time to reboot (the minor problem) and the whole system will hang and need to be power cycled after a while.
First, here is the zfs setup:
# zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
pool1 169G 23.5G 146G 13% ONLINE -
pool2 408G 123G 285G 30% ONLINE -
# zpool status
pool: pool1
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
pool1 ONLINE 0 0 0
raidz ONLINE 0 0 0
c0t1...
2010 Oct 27
1
Compiling libvirt-0.8.4 for NFSv4
...rStoragePoolFormatFileSystemNet,
VIR_STORAGE_POOL_NETFS_LAST,
"auto", "nfs", "nfs4", "glusterfs", "cifs")
Compiled libvirt and then created storage pool xml:
<pool type="netfs">
<name>pool2</name>
<source>
<host name="test_filer"/>
<dir path="/libvirt"/>
<format type="nfs4"/>
</source>
<target>
<path>"/usr/local/var/lib/libvirt/images/nfsds2"</path>
</target...
2008 Jan 31
16
Hardware RAID vs. ZFS RAID
Hello,
I have a Dell 2950 with a Perc 5/i, two 300GB 15K SAS drives in a RAID0 array. I am considering going to ZFS and I would like to get some feedback about which situation would yield the highest performance: using the Perc 5/i to provide a hardware RAID0 that is presented as a single volume to OpenSolaris, or using the drives separately and creating the RAID0 with OpenSolaris and ZFS? Or
2013 Jan 23
4
to check if a character string is in a group of character strings
Hello,
How can I judge if a string is in a group of string? For example, I would like to have
if (subpool in pool){
}else{
}
Where
> pool = c("s1","s2")
> subpool = c("s1")
How can I write the "subpool in pool" right in R?
Thanks very much!
Cheers,
Rebecca
----------------------------------------------------------------------
This message,
2010 May 05
0
Migrating ZFS/data pool to new pool on the same system
...shut them down), nothing on the server should be messing with the pool. As I understand it the old way of doing iSCSI is going away so I should plan on Comstar. I''m also thinking I should just unshare the CIFS to prevent any of my computers from writing to it.
So migrating from pool1 to pool2
0. Turn off AutoSnapshots
1. Create snapshot -> zfs snapshot -r pool1 at snap1
2. Send/Receive -> zfs send -R pool1 at snap1 | zfs receive -F -d test2
3. Unshare CIFS and remove iSCSI targets. For the iSCSI targets, seems like I can''t re-use them for Comstar and the reservations a...
2012 Aug 14
12
[TESTDAY] xl cpupool-create segfaults if given invalid configuration
# xl cpupool-create ''name="pool2" sched="credit2"''
command line:2: config parsing error near `sched'': syntax error,
unexpected IDENT, expecting NEWLINE or '';''
Failed to parse config file: Invalid argument
*** glibc detected *** xl: free(): invalid pointer: 0x0000000001a79a10 ***
S...
2004 Aug 14
1
linux client not working properly
...orce group = todos
force user = todos
write list = @abogados, @adm_anc, @adm_rh, @archivos, @cobros,
@comunicacion, @contabilidad, @judicial, @marcas, @migracion, @naves,
@opadrmh, @pool, @receptel, @recursosh, @secresoc, @serv_grl, @sistemas,
@sociedades, @socios, @traducc, secsoc52, pool0, pool1, pool2, pool3, pool7,
pool5, pooladm, secsoc55, secsoc51, secsoc50, secsoc63
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In
this
# setup, the directory should be writable by both users and should have...
2007 Sep 04
23
I/O freeze after a disk failure
Hi all,
yesterday we had a drive failure on a fc-al jbod with 14 drives.
Suddenly the zpool using that jbod stopped to respond to I/O requests and we get tons of the following messages on /var/adm/messages:
Sep 3 15:20:10 fb2 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk at g20000004cfd81b9f (sd52):
Sep 3 15:20:10 fb2 SCSI transport failed: reason ''timeout'':
2007 Feb 27
16
understanding zfs/thunoer "bottlenecks"?
Currently I''m trying to figure out the best zfs layout for a thumper wrt. to read AND write performance.
I did some simple mkfile 512G tests and found out, that per average ~ 500 MB/s seems to be the maximum on can reach (tried initial default setup, all 46 HDDs as R0, etc.).
According to http://www.amd.com/us-en/assets/content_type/DownloadableAssets/ArchitectureWP_062806.pdf I would
2011 Jul 15
22
Zil on multiple usb keys
This might be a stupid question, but here goes... Would adding, say, 4 4 or 8gb usb keys as a zil make enough of a difference for writes on an iscsi shared vol?
I am finding reads are not too bad (40is mb/s over gige on 2 500gb drives stripped) but writes top out at about 10 and drop a lot lower... If I where to add a couple usb keys for zil, would it make a difference?
Thanks.
Sent from a