search for: opt_pool

Displaying 2 results from an estimated 2 matches for "opt_pool".

Did you mean: opt_bool
2011 Oct 26
1
Problem running zilstat script on a core install server.
...s (SUNWCXall) So we know it works in this environment but it seems we miss an essential package here. That causes the dtrace: failed to compile script ./zilstat.d: line 42: operands have incompatible types: "string" == "int (*)()" Which is at: fbt::zil_lwb_write_start:entry /OPT_pool == 0 || POOL == args[0]->zl_dmu_pool->dp_spa->spa_name/ { So it looks like "args[0]->zl_dmu_pool->dp_spa->spa_name" returns a different type. We can avoid this by using the stringof function. But then in the end it fails with dtrace: error on enabled probe ID 2 (ID 204...
2010 Sep 14
9
dedicated ZIL/L2ARC
We are looking into the possibility of adding a dedicated ZIL and/or L2ARC devices to our pool. We are looking into getting 4 ? 32GB Intel X25-E SSD drives. Would this be a good solution to slow write speeds? We are currently sharing out different slices of the pool to windows servers using comstar and fibrechannel. We are currently getting around 300MB/sec performance with 70-100% disk busy.