Displaying 1 result from an estimated 1 matches for "pfs1work".
Did you mean:
passwork
2008 Mar 06
0
oss umount hangs forever
Hello,
I''m not sure about this, when a device is set read-only,
are journal commit still allowed then, or is this the reason,
why the umount hangs forever?
[44825.302262] LustreError: Skipped 572 previous similar messages
[44882.668079] Lustre: Failing over pfs1work-OST0026
[44882.674578] Lustre: *** setting obd pfs1work-OST0026 device ''unknown-block(9,7)'' read-only ***
(gdb) l *(log_wait_commit+0xa3)
0xffffffff802e9f76 is in log_wait_commit (fs/jbd/journal.c:550).
545 while (tid_gt(tid, journal->j_commit_sequence)) {
546...