Displaying 2 results from an estimated 2 matches for "vnfd".
Did you mean:
vnd
2020 Apr 07
0
when virEventAddTimeout trigger timeout ,should in the callback call virConnectDomainEventDeregisterAny ?
...->conn, arg->call_id);
} else {
VNF_DBG("fail to deRegister, conn:%p, call id:%d\n", arg->conn, arg->call_id);
}
virEventRemoveTimeout(arg->timer_id);
}
(gdb) i threads
Id Target Id Frame
7 Thread 0x7f29fa5ff700 (LWP 104950) "vnfd" 0x00007f2a064f656d in nanosleep () from /lib64/libc.so.6
6 Thread 0x7f29f9bfe700 (LWP 104951) "vnfd" 0x00007f2a0761851d in __lll_lock_wait () from /lib64/libpthread.so.0
5 Thread 0x7f29f8dff700 (LWP 104952) "vnfd" 0x00007f2a064f656d in nanosleep () from /lib64/li...
2011 Nov 19
0
"zfs hold" and "zfs send" on a readonly pool
...nexpected problem: modern "zfs send" uses the
"zfs hold" feature to lock the snapshots from destruction.
However, on a readonly pool the holds don''t succeed and the
send never occurs:
root at openindiana:~# zfs send -R rpool/ROOT/oi_148a at 20111028-01 | \
zfs recv -vnFd pool/rpool-backup
cannot hold ''rpool/ROOT/oi_148a at 20110317-03'': pool is read-only
cannot hold ''rpool/ROOT/oi_148a at 20110319-01'': pool is read-only
cannot hold ''rpool/ROOT/oi_148a at 20110322-01'': pool is read-only
cannot hold ''rpoo...