Improve error message in cloud-init.log#1140
Conversation
|
Hi @KsenijaS, thanks for the PR! I agree that the current debug message may leave some things to be desired. Currently if running on an image without ntfs support, I think an attempt to mount an ntfs file system here would produce a debug message that looks something like: I have a comment on the change you requested, as well as some potential ideas. Since Linux (and BSD) has many different supported filesystems that may have similar error conditions, I think a more generalized solution would be preferred to one isolated error message for a specific fs/error condition combo. There are a handful of questions that we don't currently answer with this error message that might be helpful to
I think that these are things that we could add to keep the logic generalized to all filesystems, while still improving the error message. Something like this, perhaps? |
Improve error message in cloud-init.log for images without ntfs support.