coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.77k stars 172 forks source link

torusblk.flex doesn't say why it failed to attach volume #395

Open nak3 opened 7 years ago

nak3 commented 7 years ago

version

issue

step to reproduce (just an example case)

1. Don't create any volume intentionally

$ ./bin/torusctl volume list
VOLUME NAME  SIZE  TYPE

2. Deploy pod and try to use torus volume

Actually result and issue

Of course, Pod doesn't start, but the issue is event log and kublet log don't say the reason.

It just says Couldn't attach implemented here.

nak3 commented 7 years ago

Actually the logs are ouptut in journal log, since it calls systemd/dbus and executes flex volumes. However, I believe that it should be ouptut in user side.