Eos fs boot

Hi there,

Can’t seem to boot a file system. It says can't have <rw> access despite the fs being empty or with read-only status.

[test@ex-03 ~]# eos fs ls -e
┌────────────────────────┬──────┬────────────────────────────────┬────────────┬──────────────┬────────────┬────┬───────────────────────┐
│host                    │    id│                            path│        boot│  configstatus│       drain│errc│                 errmsg│
└────────────────────────┴──────┴────────────────────────────────┴────────────┴──────────────┴────────────┴────┴───────────────────────┘
 ex-03.d.de                 1                    /var/fst/data  bootfailure             ro      nodrain    2 cannot have <rw> access
[test@ex-03 ~]# eos fs ls -e
┌────────────────────────┬──────┬────────────────────────────────┬────────────┬──────────────┬────────────┬────┬───────────────────────┐
│host                    │    id│                            path│        boot│  configstatus│       drain│errc│                 errmsg│
└────────────────────────┴──────┴────────────────────────────────┴────────────┴──────────────┴────────────┴────┴───────────────────────┘
 ex-03.d.de                 1                    /var/fst/data  bootfailure          empty      drained    2 cannot have <rw> access

How can I go about this?

Many thanks,
Mwai

Is /var/fst/data owned by daemon:daemon on the FST node?

It may help to post relevant log info from /var/log/eos/fst as it may provide further clues.


Dan Szkola
FNAL

Thanks Dan! I was able to boot it!

Cheers