What's the difference between these two configs? I've read the documentation but it's not clear in my head and they don't mention the former.
Our suspicion is that the later is a FUSE mount where-as the former could be a more direct mount. Just looking for clarification as I'm having some performance issues with the later that I want to diagnose.
Code:
lxc.mount.entry: /dpool/data data none bind 0 0
Code:
mp0: /dpool/data,mp=/data
Our suspicion is that the later is a FUSE mount where-as the former could be a more direct mount. Just looking for clarification as I'm having some performance issues with the later that I want to diagnose.