Commit d0a22768 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c8331a77
......@@ -2287,11 +2287,11 @@ func _main() (err error) {
err = root.zwatcher(serveCtx, zwatchq)
if errors.Cause(err) != context.Canceled {
log.Error(err)
log.Errorf("-> switching filesystem to EIO mode")
log.Errorf("zwatcher failed -> switching filesystem to EIO mode")
// XXX switch fs to EIO mode
}
// wait for unmount
<-serveCtx.Done()
return nil // XXX serveErr ?
return nil // XXX serveErr | zwatchErr ?
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment