search for: zl_dmu_pool

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

2011 Oct 26
1
Problem running zilstat script on a core install server.
...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 20429: fbt:zfs:zil_lwb_write_start:entry):...