Re: [OpenZFS Developer] Review Request 217: Fix stack overflow and panic on FreeBSD.

2015-05-27 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/217/#review728 --- Ship it! Ship It! - George Wilson On May 8, 2015, 3:29 a.m., Gleb

Re: [OpenZFS Developer] Review Request 216: 5882 Temporary pool names

2015-05-08 Thread George Wilson
-- > > (Updated May 8, 2015, 12:04 a.m.) > > > Review request for OpenZFS Developer Mailing List, George Wilson and Matthew > Ahrens. > > > Repository: illumos-gate > > > Description > --- > > This is

Re: [OpenZFS Developer] [zfs] Testing out potential find_parallel_dp patch

2015-05-08 Thread George Wilson
LGTM! Thanks for doing the testing too. - George On 5/6/15 3:14 AM, Arne Jansen wrote: On 05/06/2015 01:41 AM, George Wilson wrote: line# 1793 - given that you found performance improvements by multiplying the leaf count by 4 it might be a good idea to make this a tunable. On 05/05/2015 11

Re: [OpenZFS Developer] [zfs] Testing out potential find_parallel_dp patch

2015-05-05 Thread George Wilson
Arne, Just a few small comments on the latest review. Please include me as a reviewer and since my comments are small I'm fine with moving forward. dmu_objset.c: line# 1635 (nit) if (*dcp->dc_error != 0) line#1666 (nit) if (dcp->dc_tq != NULL) line# 1793 - given that you found performance i

Re: [OpenZFS Developer] Review Request 188: 5769 Cast 'zfs bad bloc' to ULL for x86

2015-03-30 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/188/#review599 --- Ship it! Ship It! - George Wilson On March 29, 2015, 2:57 p.m

Re: [OpenZFS Developer] Review Request 172: 5694 traverse_prefetcher does not prefetch enough

2015-03-09 Thread George Wilson
on > --- > > 5694 traverse_prefetcher does not prefetch enough > Reviewed by: Matthew Ahrens > Reviewed by: Alex Reece > Reviewed by: Christopher Siden > > Original author: George Wilson > > > Diffs > - > > usr/src/uts/common/fs/zfs/dmu_trave

Re: [OpenZFS Developer] Review Request 167: 5669 altroot not set in zpool create when specified with -o

2015-02-28 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/167/#review543 --- Ship it! Ship It! - George Wilson On Feb. 27, 2015, 7:45 p.m., Xin

Re: [OpenZFS Developer] Review Request 163: 5630 stale bonus buffer in recycled dnode_t leads to data corruption

2015-02-22 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/163/#review530 --- Ship it! Ship It! - George Wilson On Feb. 21, 2015, 5:34 a.m

Re: [OpenZFS Developer] Review Request 155: 5531 NULL pointer dereference in dsl_prop_get_ds()

2015-02-04 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/155/#review477 --- Ship it! Ship It! - George Wilson On Feb. 4, 2015, 4:59 a.m

Re: [OpenZFS Developer] Review Request 153: 5531 NULL pointer dereference in dsl_prop_get_ds()

2015-01-27 Thread George Wilson
tps://reviews.csiden.org/r/153/#comment377> I think it would help to add a comment describing how this might fail and why it's necessary to perform this check. usr/src/uts/common/fs/zfs/dsl_prop.c <https://reviews.csiden.org/r/153/#comment378> Maybe a similar comment here. - George Wi

Re: [OpenZFS Developer] Review Request 152: 5527 ::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir'

2015-01-27 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/152/#review461 --- Ship it! Ship It! - George Wilson On Jan. 27, 2015, 5:55 a.m

Re: [OpenZFS Developer] Review Request 154: 5562 ZFS sa_handle's violate kmem invariants, debug kernels panic on boot

2015-01-26 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/154/#review454 --- Ship it! Ship It! - George Wilson On Jan. 27, 2015, 1:01 a.m

Re: [OpenZFS Developer] Review Request 131: [5056] ZFS deadlock on db_mtx and dn_holds/Various improvements the dmu buf user API.

2014-12-18 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/131/#review418 --- Ship it! Ship It! - George Wilson On Dec. 16, 2014, 7:32 p.m

Re: [OpenZFS Developer] Review Request 128: 5313 Allow I/Os to be aggregated across ZIO priority classes

2014-12-16 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/128/#review408 --- Ship it! Ship It! - George Wilson On Dec. 2, 2014, 12:22 p.m

Re: [OpenZFS Developer] Review Request 147: 5438 zfs_blkptr_verify should continue after zfs_panic_recover

2014-12-16 Thread George Wilson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/147/#review407 --- Ship it! Ship It! - George Wilson On Dec. 16, 2014, 6:39 a.m., Xin

Re: [OpenZFS Developer] Review Request 131: [5056] ZFS deadlock on db_mtx and dn_holds/Various improvements the dmu buf user API.

2014-12-15 Thread George Wilson
Comment block requires start and end lines with just #. usr/src/uts/intel/stmf_sbd/Makefile <https://reviews.csiden.org/r/131/#comment347> Comment block missing start and end lines. usr/src/uts/sparc/stmf_sbd/Makefile <https://reviews.csiden.org/r/131/#comment348>

Re: [OpenZFS Developer] Metaslabs per vdev

2014-11-24 Thread George Wilson
Jason, Yes, it does make sense and something that we at Delphix have discussed. This tunable was the first attempt at making this adjustable so expect to see more in this space as things continue to evolve. Thanks, George On 11/24/14, 11:52 AM, Jason Cox wrote: (I apologize if this has been

Re: [OpenZFS Developer] [zfs] synctasks & zdb

2014-11-08 Thread George Wilson
Jeff, The more appropriate fix is to use spa_writeable(spa) instead of readonly. The readonly variable is just used to get the property and that's it, the rest of the spa uses spa_writeable(spa) as a way to determine if write activity is allowed. Thanks, George On 11/8/14, 7:43 AM, Josef 'J

Re: [discuss] assertion failed: space_map_open

2014-10-25 Thread George Wilson via illumos-discuss
On 10/25/14, 2:09 PM, Alexander Pyhalov wrote: One other question, do you have an old 'zpool status' of the pool you're trying to import? I'm trying to verify that the pool configuration shown above under $import looks correct to you. Should that pool have more than one device? Is that the correc

Re: [discuss] assertion failed: space_map_open

2014-10-24 Thread George Wilson via illumos-discuss
On 10/24/14, 10:17 AM, Alexander Pyhalov wrote: On 10/24/2014 18:06, George Wilson via illumos-discuss wrote: This looks like it could be caused by illumos bug# 5213. We are trying to push a fix upstream but it's still out for review: https://reviews.csiden.org/r/110/ Can you please pr

Re: [discuss] assertion failed: space_map_open

2014-10-24 Thread George Wilson via illumos-discuss
On 10/24/14, 10:17 AM, Alexander Pyhalov wrote: On 10/24/2014 18:06, George Wilson via illumos-discuss wrote: This looks like it could be caused by illumos bug# 5213. We are trying to push a fix upstream but it's still out for review: https://reviews.csiden.org/r/110/ Can you please pr

Re: [discuss] assertion failed: space_map_open

2014-10-24 Thread George Wilson via illumos-discuss
This looks like it could be caused by illumos bug# 5213. We are trying to push a fix upstream but it's still out for review: https://reviews.csiden.org/r/110/ Can you please provide the "::spa -v" output from the core file? Thanks, George On 10/24/14, 9:48 AM, Alexander Pyhalov via illumos-di

Re: [OpenZFS Developer] Review Request 110: 5213 panic in metaslab_init due to space_map_open returning ENXIO

2014-10-14 Thread George Wilson
> > (Updated Oct. 6, 2014, 2:02 p.m.) > > > Review request for OpenZFS Developer Mailing List and Christopher Siden. > > > Bugs: 5213 > https://www.illumos.org/projects/illumos-gate//issues/5213 > > > Repository: illumos-gate > > > Descr

Re: [OpenZFS Developer] [zfs] Recover from corrupted space map (illumos #4390)

2014-07-07 Thread George Wilson
On 7/7/14, 3:33 AM, Jan Schmidt via illumos-zfs wrote: On Wed, June 25, 2014 at 16:15 (+0200), Keith Wesolowski Via Illumos-zfs wrote: On Wed, Jun 25, 2014 at 01:47:54PM +0200, Jan Schmidt via illumos-zfs wrote: That patch looks somewhat promising, though I have not tried it yet. How did you

Re: [OpenZFS Developer] zfs zio reordering in zio_vdev_io_start causing panics

2014-05-07 Thread George Wilson
On 5/7/14, 12:50 PM, Steven Hartland wrote: - Original Message - From: "George Wilson" On 5/7/14, 11:46 AM, Steven Hartland wrote: - Original Message ----- From: "George Wilson" There are a couple of cases where it can work but I'm going to make it

Re: [OpenZFS Developer] zfs zio reordering in zio_vdev_io_start causing panics

2014-05-07 Thread George Wilson
On 5/7/14, 11:46 AM, Steven Hartland wrote: - Original Message - From: "George Wilson" There are a couple of cases where it can work but I'm going to make it such that requires you to always return back ZIO_PIPELINE_STOP. Otherwise it's makes it too easy to int

Re: [OpenZFS Developer] zfs zio reordering in zio_vdev_io_start causing panics

2014-05-07 Thread George Wilson
On 5/7/14, 10:55 AM, Steven Hartland wrote: - Original Message - From: "George Wilson" To: "Steven Hartland" ; Sent: Wednesday, May 07, 2014 3:07 PM Subject: Re: [OpenZFS Developer] zfs zio reordering in zio_vdev_io_start causing panics On 5/7/14, 4:44 AM, S

Re: [OpenZFS Developer] zfs zio reordering in zio_vdev_io_start causing panics

2014-05-07 Thread George Wilson
On 5/7/14, 4:44 AM, Steven Hartland wrote: - Original Message - From: "George Wilson" I think there is probably another way we can solve this problem but I first want to get a better understanding of the corruption. We have not integrated the TRIM support upstream and I susp

Re: [OpenZFS Developer] zfs zio reordering in zio_vdev_io_start causing panics

2014-05-06 Thread George Wilson
Steven, I think there is probably another way we can solve this problem but I first want to get a better understanding of the corruption. We have not integrated the TRIM support upstream and I suspect that's the source of most of the problems. Can you confirm that with TRIM disabled that most

Re: [OpenZFS Developer] Can we skip the load of metaslab when pool is imported read-only?

2014-04-16 Thread George Wilson
On 4/15/14, 10:49 PM, Matthew Ahrens wrote: On Tue, Apr 15, 2014 at 4:04 PM, Xin Li > wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, My understanding is that the metaslabs are only used when we need to allocate some space, thus have n

Re: [OpenZFS Developer] permanent error in a pool

2014-02-26 Thread George Wilson
Hmm, 'zpool scrub' should be able to clear that error. Can you tell me which options you used to 'zinject' and I'll try reproducing it here. Thanks, George On 2/26/14 4:22 AM, Andriy Gapon wrote: I did some experimenting and used zinject to introduce some non-correctable data errors while read

Re: Maven won't die!

2014-01-16 Thread George Wilson
Sounds interesting. I signed up for the webinar and look forward to hearing more. On Thu, Jan 16, 2014 at 10:53 AM, Jason van Zyl wrote: > Sorry I'm responding out of the original thread, but realized I had the > wrong account subscribed to the user list. So I'll respond to the few > questions

Re: Maven just won't die! -- WTF is Takari?

2014-01-16 Thread George Wilson
"- Shell: long-lived CLI process for Maven" A Maven shell? Interesting idea, how does that work? It seems like the idea behind maven is set it and forget it. On Wed, Jan 15, 2014 at 5:08 PM, Dan Tran wrote: > is it a new baby from Sonatype? > > -D > > > On Wed, Jan 15, 2014 at 10:26 AM, Jason

Re: [OpenZFS Developer] l2arc_write_buffers scanning efficiency

2014-01-14 Thread George Wilson
LGTM. - George On 1/14/14 12:57 PM, Saso Kiselkov wrote: On 1/14/14, 11:51 AM, Andriy Gapon wrote: Recently I noticed that on one of our systems l2arc_feed_thread was consuming non insignificant amount of CPU time. I looked at some stats (FreeBSD has local changes that add a few kstats for L2

Re: [OpenZFS Developer] Metaslab allocation question

2013-12-27 Thread George Wilson
Ilya, I think there is a bigger problem here that your vdev_mirror() change would cover up. The problems is that we should never have a bp with a dva that is out of range. So we need to understand how that is occurring. As for you question about metaslab_allocate_dva(), I'm assuming you're r

Re: [OpenZFS Developer] zio parent and zio children relation.

2013-12-18 Thread George Wilson
On 12/18/13 12:33 AM, Gaurav Mahajan wrote: Hi George, Thanks for the response..!! On Tue, Dec 17, 2013 at 7:27 PM, George Wilson mailto:george.wil...@delphix.com>> wrote: On 12/17/13 5:21 AM, Gaurav Mahajan wrote: Hi all, I am trying to understand relations of root Z

Re: [OpenZFS Developer] zio parent and zio children relation.

2013-12-17 Thread George Wilson
On 12/17/13 5:21 AM, Gaurav Mahajan wrote: Hi all, I am trying to understand relations of root ZIO and children ZIO. This is what I have understood.. Please correct me if I'm wrong. Usually whenever we want to do a series of IO operations like in sync thread. We create a root ZIO with zio_ro

Re: [OpenZFS Developer] [zfs] 4121 vdev_label_init should treat request as succeeded when pool is read only

2013-12-11 Thread George Wilson
/* - George On 12/11/13 12:23 PM, Saso Kiselkov wrote: On 12/11/13, 5:19 PM, Christopher Siden wrote: http://code.delphix.com/illumos-4121/ Work by George Wilson. This should also address https://github.com/zfsonlinux/zfs/issues/1863 There appears to be a typo in the changed line

Re: [OpenZFS Developer] ZFS SPA config locks congestion

2013-12-04 Thread George Wilson
On 12/4/13 11:30 AM, Alexander Motin wrote: On 04.12.2013 17:48, George Wilson wrote: On 12/3/13 9:49 PM, Saso Kiselkov wrote: On 12/4/13, 2:19 AM, Matthew Ahrens wrote: On Fri, Nov 29, 2013 at 1:36 PM, Saso Kiselkov mailto:skiselkov...@gmail.com>> wrote: The only "good&qu

Re: [OpenZFS Developer] ZFS SPA config locks congestion

2013-12-04 Thread George Wilson
On 12/3/13 9:49 PM, Saso Kiselkov wrote: On 12/4/13, 2:19 AM, Matthew Ahrens wrote: On Fri, Nov 29, 2013 at 1:36 PM, Saso Kiselkov mailto:skiselkov...@gmail.com>> wrote: The only "good" reason I can think of is read-write locks not being present in the kernel when this was written.

Re: [OpenZFS Developer] Mutex contention in vdev_queue_io()

2013-12-02 Thread George Wilson
The linux folks also discovered lock contention when testing this initially. The cause was a missing upstream push on our part so make sure you have the fix for '4347 ZPL can use dmu_tx_assign(TXG_WAIT)' if you are testing out the new write scheduler. Thanks, George On 11/29/13 1:02 PM, Kiril

Re: [OpenZFS Developer] priority for TRIM zio

2013-11-30 Thread George Wilson
Andriy, The fix looks good but I have a couple of questions: 1. Are you sure you want the TRIM priority to be lower than SCRUB? 2. You have zfs_vdev_trim_max_active set to 1 with an /* XXX */ next to it. Does this mean you haven't settled on the final value for active max? Thanks, George On

Re: Strange issue with generated jars

2013-11-13 Thread George Wilson
hines/jdk1.7.0_45.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.9", arch: "x86_64", family: "mac" > > $ jar tf code/target/code-0.1.0.jar |wc > 11 11 270 > > $ j

Re: Strange issue with generated jars

2013-11-13 Thread George Wilson
lated VM? On a personal > machine while at work? Not being able to try out code from the Internet > seems like a crippling restriction to me. > > -Curtis > On Nov 13, 2013 1:34 PM, "George Wilson" wrote: > >> Unfortunately, my company's security policies do not

Re: Strange issue with generated jars

2013-11-13 Thread George Wilson
Unfortunately, my company's security policies do not allow for the downloading and building of external projects without approval from IT and security so I cannot really test your code (not without going to a committee, etc...). Any chance you can post the errors you are getting? Is this a JVM heap

Re: maven-failsafe-plugin: what is it actually intended for?

2013-11-13 Thread George Wilson
James, see my response. It sounds to me like you may need to use Failsafe- particularly if you need to deploy your artifact to your application server and access system resources. If you are doing simple HTTP requests and want to set it up as a unit test- my advise if capture a response and save it

Re: maven-failsafe-plugin: what is it actually intended for?

2013-11-13 Thread George Wilson
FWIW, I tend to think less about the particular definitions and semantics of testing types and think more about the needs associated with tests. For tests which depend on deployed resources, etc... I use failsafe. For tests which can be handled locally whether resources are mocked or called externa

Re: How can I force a Maven task to depend on other Maven tasks?

2013-10-31 Thread George Wilson
Are you generating any reports using the spotfire plugin and/or perhaps generating code coverage reports? Those have helped me identify whats going on in the past. What you describe sounds like a dependency issue within your modules. As others have mentioned, seeing a POM or some output would help.

Re: Adding to Books on Maven?

2013-10-28 Thread George Wilson
That's not a pinguicula on the cover is it? On Fri, Oct 25, 2013 at 8:29 AM, Russell Gold wrote: > How does one get added to the list of available Maven publications on the > site (http://maven.apache.org/articles.html)? > - > Author, Getting Started with Apache Maven < > http:/

Re: [discuss] Solaris test framework

2013-06-24 Thread George Wilson
Check out : http://dlc.sun.com/osol/test/downloads/current/ This might help. - George On 6/24/13 11:32 AM, John Kennedy wrote: On Mon, Jun 24, 2013 at 8:07 AM, Zhoujin Pan > wrote: Hi all I am looking for the OpenSolaris Self-Service Testing application

Re: [OpenIndiana-discuss] zpool vdev membership misreported

2013-04-19 Thread George Wilson
Justin, More than likely c3d1 contain a label from an old pool. If you run 'zdb -l /dev/dsk/c3d1s0' you should be able to if one exists. If does contain information for an old pool then using the '-f' option when attaching will solve your problem and relabel the device with the new pool infor

Re: [OpenIndiana-discuss] Zfs import fails

2013-02-07 Thread George Wilson
Ram, Would it be possible to get ssh access to the box? If so, then I might be able to help to figure out why you can't import. Thanks, George On 2/7/13 7:49 AM, Ram Chander wrote: The drives are in Coraid connected to the server via Coraid 10G HBA card. Its exported and imported on the sam

Re: [OpenIndiana-discuss] rpool on 4k disks?

2013-02-03 Thread George Wilson
Jim, I had done some testing when I put together my blog post on booting a 4K sector rpool and didn't encounter any. Here's the post if you would like to do some more digging: http://blog.delphix.com/gwilson/2012/11/15/4k-sectors-and-zfs/ Thanks, George On 2/3/13 7:55 AM, Jim Klimov wrote:

Re: [discuss] Again: illumos based ZFS storage failure

2012-12-11 Thread George Wilson
; | mdb -k spa_name = [ "adaptec" ] spa_suspended = 0 spa_name = [ "areca" ] spa_suspended = 0 spa_name = [ "rpool1" ] spa_suspended = 0 *Da:* George Wil

Re: [discuss] Again: illumos based ZFS storage failure

2012-11-27 Thread George Wilson
ended" | mdb -k spa_name = [ "adaptec" ] spa_suspended = 0 spa_name = [ "areca" ] spa_suspended = 0 spa_name = [ "rpool1" ] spa_suspended = 0 -------- *Da:* George Wilson *A:* discuss@lists.

Re: [discuss] Again: illumos based ZFS storage failure

2012-11-23 Thread George Wilson
It's possible that the adaptec pool has suspended because of some error on the storage. Can you run the following as root and provide the output: echo "::walk spa | ::print spa_t spa_name spa_suspended" | mdb -k - George On 11/23/12 5:43 AM, Gabriele Bulfon wrote: Hi, I got the same problem t

Re: [OpenIndiana-discuss] System Panics after deleting zvol

2012-11-09 Thread George Wilson
Matt, You should do something like this: 1). zpool create 2). zfs get -o name,value -p volsize 3). zfs get -o name,value -p volblocksize 4). zfs create -V -b 5). dd if=/dev/zvol/rdsk// of=/dev/zvol/rdsk// bs=128k Once the 'dd' completes then you can configure the newzvolume to share

Re: [OpenIndiana-discuss] System Panics after deleting zvol

2012-11-08 Thread George Wilson
Matt, Are you able to create a pool on another disk? If so, then you could try to create a new zvol on the new pool and copy over the contents from the old zvol using 'dd'. Then you could try to share out the LU from the new pool. - George On 11/8/12 7:21 AM, m...@focusedmobile.com wrote:

Re: [OpenIndiana-discuss] ZFS; what the manuals don't say ...

2012-10-23 Thread George Wilson
Comments inline... On 10/23/12 8:29 AM, Robin Axelsson wrote: Hi, I've been using zfs for a while but still there are some questions that have remained unanswered even after reading the documentation so I thought I would ask them here. I have learned that zfs datasets can be expanded by addi

Re: [OpenIndiana-discuss] Seagate 3000GB Drive only shows 746GB

2012-09-28 Thread George Wilson
same as c4t0d0 I've been fighting this for a while and tried most everything. :-( Rainer On 9/28/2012 5:40 AM, George Wilson wrote: It looks like this disk has a Solaris VTOC on it so ZFS will only use the partition size that was manually created (or came shipped with the drive). Can y

Re: [OpenIndiana-discuss] Seagate 3000GB Drive only shows 746GB

2012-09-28 Thread George Wilson
It looks like this disk has a Solaris VTOC on it so ZFS will only use the partition size that was manually created (or came shipped with the drive). Can you try running 'zpool create '? Example: zpool create test c4t0d0 - George On 9/28/12 7:27 AM, Rainer Heilke wrote: When I did a zpool c

Re: [OpenIndiana-discuss] [zfs] damaged rpool c < SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT

2012-09-12 Thread George Wilson
2/2012 03:06 PM, George Wilson wrote: Ray, It looks like that it's trying to allocate a block that is larger that what ZFS supports. You may want to use the 32-bit version of zdb (/usr/sbin/i86/zdb) so that the corefile will display all the arguments. Then can you post the stack trace by ru

Re: [OpenIndiana-discuss] [zfs] damaged rpool c < SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT

2012-09-12 Thread George Wilson
Ray, It looks like that it's trying to allocate a block that is larger that what ZFS supports. You may want to use the 32-bit version of zdb (/usr/sbin/i86/zdb) so that the corefile will display all the arguments. Then can you post the stack trace by running 'mdb core' and at the mdb prompt t

Re: [OpenIndiana-discuss] HDD Upgrade problem

2012-06-12 Thread George Wilson
On Jun 12, 2012, at 11:00 AM, Bob Friesenhahn wrote: > On Tue, 12 Jun 2012, George Wilson wrote: >> >> Illumos has a way to override the physical block size of a given disk by >> using the sd.conf file. Here's an example: >> >> sd-config-list = >&g

Re: [OpenIndiana-discuss] HDD Upgrade problem

2012-06-12 Thread George Wilson
On Jun 12, 2012, at 12:58 AM, Rich wrote: > On Tue, Jun 12, 2012 at 12:50 AM, Richard Elling > wrote: >> On Jun 11, 2012, at 6:08 PM, Bob Friesenhahn wrote: >> >>> On Mon, 11 Jun 2012, Jim Klimov wrote: ashift=12 (2^12 = 4096). For disks which do not lie, it works properly out of the

Re: [OpenIndiana-discuss] Migrating root zpool from old disks to new one. only one system available

2012-06-12 Thread George Wilson
Yes it will. The only way to do this is to create a secondary pool and send/receive your root pool to the new pool. - George On Jun 11, 2012, at 7:16 PM, Rich wrote: > Won't zpool replace fail b/c the new disks require ashift=12 and his > existing pool devices have ashift=9? > > - Rich > > On

Re: [Qemu-devel] [PATCH] vnc: disable VNC password authentication (security type 2) when in FIPS mode

2012-05-01 Thread George Wilson
Anthony Liguori wrote on 05/01/2012 06:45:47 PM: > Anthony Liguori > 05/01/2012 06:45 PM > > To > > George Wilson/Austin/IBM@IBMUS > > cc > > Paul Moore , qemu-devel@nongnu.org > > Subject > > Re: [Qemu-devel] [PATCH] vnc: disable VNC password authe

Re: [Qemu-devel] [PATCH] vnc: disable VNC password authentication (security type 2) when in FIPS mode

2012-05-01 Thread George Wilson
Anthony Liguori wrote on 05/01/2012 06:26:05 PM: > Anthony Liguori > 05/01/2012 06:26 PM > > To > > Paul Moore > > cc > > qemu-devel@nongnu.org, George Wilson/Austin/IBM@IBMUS > > Subject > > Re: [Qemu-devel] [PATCH] vnc: disable VNC password authe

Re: [OpenIndiana-discuss] Hitachi 4 TB disks + HP Microserver + OI 151 + ZFS

2012-04-29 Thread George Wilson
On Apr 29, 2012, at 2:53 PM, Gary Mills wrote: > On Sun, Apr 29, 2012 at 02:45:05PM -0400, George Wilson wrote: >> On Apr 29, 2012, at 1:28 PM, Roy Sigurd Karlsbakk wrote: >> >>>>> Also, I posted a bug report for it here >>>>> https://www.illumo

Re: [OpenIndiana-discuss] Hitachi 4 TB disks + HP Microserver + OI 151 + ZFS

2012-04-29 Thread George Wilson
On Apr 29, 2012, at 1:28 PM, Roy Sigurd Karlsbakk wrote: >>> Also, I posted a bug report for it here >>> https://www.illumos.org/issues/2663 >> >> Thanks :-). We can now track the progress of the OI-specific >> discussion about this issue. > > Seems the old post about the initial patch is here

Re: [libvirt] QEMU fstatfs(2) and libvirt SELinux policy

2012-03-09 Thread George Wilson
, it's better to use that and minimize privilege by limiting the SELinux policy addition to a single affected release. Regards, George Wilson IBM Linux Technology Center Security Architect & Team Lead 512-286-9271

Re: [Qemu-devel] QEMU fstatfs(2) and libvirt SELinux policy

2012-03-09 Thread George Wilson
, it's better to use that and minimize privilege by limiting the SELinux policy addition to a single affected release. Regards, George Wilson IBM Linux Technology Center Security Architect & Team Lead 512-286-9271

Re: [OpenIndiana-discuss] System disk corruption

2012-02-19 Thread George Wilson
Take a look at 'fmdump -eV' as it should give you more information about the each of the checksum errors. - George On Feb 19, 2012, at 3:23 PM, Richard Lowe wrote: > Vague recollection that the pool level is errors that weren't > recovered, so possibly two of them on the device were ditto'd > m

Re: [OpenIndiana-discuss] ZFS stalls with oi_151?

2011-11-20 Thread George Wilson
Tommy, If you get this again, can you generate a crash dump? The easiest way would be to do the following from the console: # mdb -K > $ Hi, > > Just saw this exact behavior again in oi_148. > I downgraded the boxes to 148 after seeing the "all i/o stalls" behavior in > 151 and talking about i

Re: ZFS and vendor unique features (was Re: [discuss] Solaris 11 released...)

2011-11-10 Thread George Wilson
On Nov 10, 2011, at 9:42 AM, Joerg Schilling wrote: > George Wilson wrote: > >>> I know this text, but it does ot mention whether it allows to ignore some >>> of >>> the features. >>> >> >> >> Feature flags provides fine-gr

Re: ZFS and vendor unique features (was Re: [discuss] Solaris 11 released...)

2011-11-10 Thread George Wilson
On Nov 10, 2011, at 9:14 AM, Joerg Schilling wrote: > Albert Lee wrote: > >>> Did someone think about a format (e.g. similar to the POSIX.1-2001 tar >>> extensions) that would allow to implement vendor unique extensions and that >>> would allow to ignore some features wile implementing others?

Re: [OpenIndiana-discuss] cleaning out stale entries in zpool cache

2011-10-24 Thread George Wilson
Dan, Actually you'll need to 'dd' the end of the disk since it's labels 2 and 3 that are still visible to the system. I would start by dd-ing the last mega or so of the p0 device. Good luck, George On Oct 24, 2011, at 11:42 AM, Dan Swartzendruber wrote: > George Wilso

Re: [OpenIndiana-discuss] cleaning out stale entries in zpool cache

2011-10-24 Thread George Wilson
ed then you can re-attach it your mirror. - George On Oct 24, 2011, at 10:26 AM, Dan Swartzendruber wrote: > George Wilson wrote: >> Dan, >> >> I suspect that the problem is that your original pool was built using a >> couple of p0 devices. Can you do a 'zdb -l

Re: [OpenIndiana-discuss] cleaning out stale entries in zpool cache

2011-10-24 Thread George Wilson
Dan, I suspect that the problem is that your original pool was built using a couple of p0 devices. Can you do a 'zdb -l /dev/rdsk/c0t50014EE204411A53d0p0' and send that output? Thanks, George On Oct 24, 2011, at 9:51 AM, Dan Swartzendruber wrote: > > To be (maybe) clearer: these disks were i

Re: [OpenIndiana-discuss] cleaning out stale entries in zpool cache

2011-10-24 Thread George Wilson
ginally, when I did 'zpool import', it listed two > 'tank' pools, one dead and one good - I specified the good ID and the pool > came back and is fine. There must be something else going on, no? > > -Original Message- > From: George Wilson [mailto:george.

Re: [OpenIndiana-discuss] cleaning out stale entries in zpool cache

2011-10-24 Thread George Wilson
Dan, What is happening is that 'zpool import' is picking up the old zfs labels on each of those disks. One easy way to fix this is to run fdisk on each of the disks below and blow away the fdisk partition. You'll want to ensure that they are not really being used by anything else. Another opt

Re: [OpenIndiana-discuss] ZFS stalls with oi_151?

2011-10-21 Thread George Wilson
It would be good to get a crash dump of this so that we can figure out what is really happening. - George On Oct 21, 2011, at 12:38 PM, Michael Stapleton wrote: > Hi, > > I had similar hard lockups when I accidentally tried to delete a ZFS > Volume while doing a ZFS send at the same time. > Th

Re: [OpenIndiana-discuss] ZFS stalls with oi_151?

2011-10-21 Thread George Wilson
If you encounter this problem again can you run the following command and supply the data: # echo "::walk spa | ::print spa_t spa_name spa_suspended" | mdb -k Thanks, George On Oct 21, 2011, at 4:16 AM, Tommy Eriksen wrote: > Hi guys, > > I've got a bit of a ZFS problem: > All of a sudden, an

Re: [OpenIndiana-discuss] ZFS stalls with oi_151?

2011-10-21 Thread George Wilson
Bryan, I believe you're hitting a kernel fragmentation issue which causes the system to hang waiting for memory. I have a fix which may help you. I'm be submitting this for review in the next day or two. Thanks, George On Oct 21, 2011, at 9:06 AM, Bryan S. Leaman wrote: > On 10/21/2011 4:16

Re: [Trusted-computing] TPM measurement during a PXEboot

2011-09-27 Thread George Wilson
Hi David, It is being worked on now. If you are a TCG member, you should be able to get access to a draft. Adding Lee Wilson on copy as he chairs that WG. Regards, George Wilson IBM Linux Technology Center Security Architect & Team Lead 512-286-

Enquiry

2011-09-10 Thread George Wilson
Good day, Am George Wilson I Am Interested in some of your product could you kindly send me your full catalogue of products with clear photos, and list of FOB prices in USD with prices,competitive prices for serious starting.Waiting your quick response Best Regards George Wilson -- To

Re: [zfs-discuss] Extremely slow zpool scrub performance

2011-05-18 Thread George Wilson
 3   402M  31.8K > pool0       14.1T  25.3T  51.6K      0   405M  3.98K > pool0       14.1T  25.3T  52.0K      0   408M      0 > > Now the pool scrub rate climbs to 100MB/s (in the brief time I looked at it). > > Is there a setting somewhere between slow and ludicrous s

Re: [zfs-discuss] Extremely slow zpool scrub performance

2011-05-17 Thread George Wilson
as to spare the absent > whiteboard ,) No. Imagine if you started allocations on a disk and used the metaslabs that are at the edge of disk and some out a 1/3 of the way in. Then you want all the metaslabs which are a 1/3 of the way in and lower to get the bonus. This keeps the allocations tow

Re: [zfs-discuss] Extremely slow zpool scrub performance

2011-05-17 Thread George Wilson
ellular)          mailto:jimkli...@cos.ru | > |                          CC:ad...@cos.ru,jimkli...@mail.ru | > ++ > | ()  ascii ribbon campaign - against html mail              | > | /\                        - against microsoft attachments  | > +=

Re: [zfs-discuss] Extremely slow zpool scrub performance

2011-05-17 Thread George Wilson
o we can see the changes). What I'm looking for is to see how many inflight scrubs you have at the time of your run. Thanks, George > -Don > -- George Wilson M: +1.770.853.8523 F: +1.650.494.1676 275 Middlefield Road, Suite 50 Menlo Park, CA 94025 http://www.delphix.com ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Extremely slow zpool scrub performance

2011-05-16 Thread George Wilson
don't make any sense. And as I > mentioned- the busy percent and service times of these disks are never > abnormally high- especially when compared to the much smaller, better > performing pool I have. > -- George Wilson M: +1.770.853.8523 F: +1.650.494.1676 275 Middlefiel

Re: [zfs-discuss] Extremely slow zpool scrub performance

2011-05-16 Thread George Wilson
same theme- is there a good reference for all of the various > ZFS debugging commands and mdb options? > > I'd love to spend a lot of time just looking at the data available to > me but every time I turn around someone suggests a new and interesting > mdb query I've never s

Re: [zfs-discuss] Extremely slow zpool scrub performance

2011-05-15 Thread George Wilson
mbers make any sense to me. > > The array actually has 88 disks + 4 hot spares (1 each of two sizes > per controller channel) + 4 Intel X-25E 32GB SSD's (2 x 2 way mirror > split across controller channels). > > Any ideas or things I should test and I will gladly look into

Re: [Trusted-computing] Notes from March 2 IBM / Red Hat Trusted Computing Meeting

2011-03-22 Thread George Wilson
Thanks, Steve. I hadn't seen that recent work and agree that we can learn a great deal from the Xen vTPM. Stefan Berger is definitely bringing Xen Trusted Computing experience to his QEMU vTPM integration work. Regards, George Wilson IBM Linux Technology Center Security Architect &

Re: [Trusted-computing] Support for attestation

2011-03-22 Thread George Wilson
t would be appropriate to adopt them into TrouSerS. Seiji Munetoh of IBM Research recently open sourced OpenPTS v0.2.3: http://sourceforge.jp/projects/openpts/ Regards, George Wilson IBM Linux Technology Center Security Architect & Team Lead 512-286-9271 Stephen Smalley wrote on 03/21/20

Re: [zfs-discuss] Repairing Faulted ZFS pool when zbd doesn't recognize the pool as existing

2011-02-06 Thread George Wilson
-fFX -o ro -o > failmode=continue -R /mnt 13666181038508963033 > > Result: works, took 25 min, and all the vdevs are the proper /mytempdev > devices, not other ones. > > > > Tried: zpool clear -F tank > > Result: cannot clear errors for tank: I/O error > > >

Re: [zfs-discuss] zpool-poolname has 99 threads

2011-01-31 Thread George Wilson
ke to > rule it out before looking further at I/O performance. > > -- > -Gary Mills--Unix Group--Computer and Network Services- > ___ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolar

Re: [zfs-discuss] Question about (delayed) block freeing

2010-10-29 Thread George Wilson
This value is hard-coded in. - George On Fri, Oct 29, 2010 at 9:58 AM, David Magda wrote: > On Fri, October 29, 2010 10:00, Eric Schrock wrote: > > > > On Oct 29, 2010, at 9:21 AM, Jesus Cea wrote: > > > >> When a file is deleted, its block are freed, and that situation is > >> committed in the

Re: [zfs-discuss] Recovering from corrupt ZIL

2010-10-24 Thread George Wilson
The guid is stored on the mirrored pair of the log and in the pool config. If you're log device was not mirrored then you can only find it in the pool config. - George On Sun, Oct 24, 2010 at 9:34 AM, David Ehrmann wrote: > How does ZFS detect that there's a log device attached to a pool? I >

Re: [zfs-discuss] Recovering from corrupt ZIL

2010-10-23 Thread George Wilson
If your pool is on version > 19 then you should be able to import a pool with a missing log device by using the '-m' option to 'zpool import'. - George On Sat, Oct 23, 2010 at 10:03 PM, David Ehrmann wrote: > > > From: zfs-discuss-boun...@opensolaris.org > > [mailto:zfs-discuss- > > > boun...@o

<    1   2   3   4   >