Hi all, Perhaps this is more of a systemd-related question, but I wasn't sure so here I go. I'm running into an issue where an lvcreate invocation somehow (supposedly) results in systemd trying to activate tmp.mount.
The thing is (a) I don't have tmp.mount activated (my /tmp belongs in the root fs) and there is no relevant entry in `/etc/fstab`. The unit is only defined at `/usr/share/systemd/tmp.mount`. So I don't get why systemd is trying to mount tmp.mount at all and why only after the `lvcreate` invocation. Another interesting observation, is that even though I also do
other lvcreate invocations from the same group, the tmp.mount
issue only comes after invocations where the lv name ends with
`.seven` (like in my example above). This is Debian Stretch with lvm 2.02.168. Any ideas? Thanks in advance!
|
_______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/