DeepSea icon indicating copy to clipboard operation
DeepSea copied to clipboard

salt-run fs.inspect_var fails with Exception occurred

Open Martin-Weiss opened this issue 6 years ago • 1 comments

AttributeError: 'NoneType' object has no attribute 'device' It seems that for some reason the md devices we have the root filesystem on are not recognized properly.

The os setup is done this way: /dev/sda1 + /dev/sdb1 = md0 = swap 4 GB /dev/sda2 + /dev/sdb2 = md1 = "/" OS with BTRFS

In the minion log I can see the following - assuming this might be related

salt.loader....ext.module.fs ERROR Failed to determine if '/dev/md1' is a solid state device.

Martin-Weiss avatar Feb 27 '18 13:02 Martin-Weiss

is that still an issue?

jschmid1 avatar Aug 29 '18 10:08 jschmid1