search for: zil_lwb_write_start

Displaying 1 result from an estimated 1 matches for "zil_lwb_write_start".

2011 Oct 26
1
Problem running zilstat script on a core install server.
...installed with all packages (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 pr...