Karel Zak
3519d230c8
fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-for
...
Currently we have no way how to specify dependencies between fstab
entries (or another units) in the /etc/fstab. It means that users are
forced to bypass fstab and write .mount units manually.
The patch introduces new systemd fstab options:
x-systemd.requires=<PATH>
- to specify dependence an another mount (PATH is translated to unit name)
x-systemd.requires=<UNIT>
- to specify dependence on arbitrary UNIT
x-systemd.requires-mounts-for=<PATH ...>
- to specify dependence on another paths, implemented by
RequiresMountsFor=. The option may be specified more than once.
For example two bind mounts where B depends on A:
/mnt/test/A /mnt/test/A none bind,defaults
/mnt/test/A /mnt/test/B none bind,x-systemd.requires=/mnt/test/A
More complex example with overlay FS where one mount point depends on
"low" and "upper" directories:
/dev/sdc1 /mnt/low ext4 defaults
/dev/sdc2 /mnt/high ext4 defaults
overlay /mnt/merged overlay lowerdir=/mnt/low,upperdir=/mnt/high/data,workdir=/mnt/high/work,x-systemd.requires-mounts-for=/mnt/low,x-systemd.requires-mounts-for=mnt/high
https://bugzilla.redhat.com/show_bug.cgi?id=812826
https://bugzilla.redhat.com/show_bug.cgi?id=1164334
2015-05-18 16:07:52 +02:00
..
2013-03-29 20:30:21 -04:00
2015-02-03 23:11:35 -05:00
2015-03-03 19:10:21 -05:00
2015-02-18 15:23:23 +01:00
2015-02-20 14:52:14 -08:00
2015-03-13 23:42:18 -04:00
2015-05-15 20:56:55 +02:00
2015-02-03 23:11:35 -05:00
2015-04-17 10:53:01 -05:00
2015-03-13 23:42:18 -04:00
2013-06-26 08:05:14 -04:00
2015-02-03 23:11:35 -05:00
2015-04-21 20:35:17 +02:00
2014-11-03 14:46:28 +01:00
2015-02-03 23:11:35 -05:00
2015-02-10 23:24:27 -05:00
2015-02-03 23:11:35 -05:00
2015-05-11 15:51:30 +02:00
2015-03-22 10:14:50 -04:00
2015-04-02 12:17:41 +02:00
2015-05-09 19:46:23 -04:00
2015-04-08 11:28:45 -04:00
2015-03-13 23:42:18 -04:00
2014-11-29 19:28:14 +01:00
2014-07-07 18:36:55 -04:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-05-05 15:07:00 -07:00
2010-05-17 01:44:03 +02:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-05-11 15:51:30 +02:00
2015-02-03 23:11:35 -05:00
2015-05-05 21:07:13 +02:00
2015-02-03 23:11:35 -05:00
2015-03-03 19:10:21 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-05-11 15:51:30 +02:00
2015-02-10 23:24:27 -05:00
2015-05-11 15:51:30 +02:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-05-11 15:51:30 +02:00
2015-02-03 23:11:35 -05:00
2015-05-11 15:51:30 +02:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-02-10 23:24:27 -05:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-03-13 23:42:18 -04:00
2015-03-13 14:10:39 +01:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-04-12 21:47:58 -04:00
2015-03-13 23:42:18 -04:00
2015-05-11 15:51:30 +02:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-12 20:47:38 +01:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-04-29 21:45:58 +02:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-03-15 20:42:42 -04:00
2015-01-19 21:44:53 -05:00
2015-03-13 23:42:18 -04:00
2015-05-18 01:08:09 -04:00
2015-05-11 15:51:30 +02:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-10 23:24:27 -05:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-05-11 15:51:30 +02:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-03-04 19:30:50 -05:00
2015-05-11 15:51:30 +02:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-04-28 17:30:00 +02:00
2015-05-11 15:51:30 +02:00
2015-03-04 19:30:50 -05:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-10 23:24:27 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-05-11 15:51:30 +02:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-05-13 14:07:26 +02:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-05-02 13:01:28 -04:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-04-28 12:33:19 +02:00
2015-03-13 23:42:18 -04:00
2015-03-24 12:25:56 -07:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-03-04 19:30:50 -05:00
2015-04-07 15:42:25 +02:00
2015-02-03 23:11:35 -05:00
2015-03-04 19:30:50 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-02-10 23:24:27 -05:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-27 17:28:03 -05:00
2015-03-13 23:42:18 -04:00
2015-04-21 20:23:41 +02:00
2015-02-10 23:24:27 -05:00
2015-03-13 23:42:18 -04:00
2015-05-11 15:51:30 +02:00
2015-05-11 15:51:30 +02:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-05-18 16:07:52 +02:00
2015-05-11 15:51:30 +02:00
2015-05-15 12:18:05 +02:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-02-10 23:24:27 -05:00
2015-03-13 23:42:18 -04:00
2015-05-11 15:51:30 +02:00
2015-02-10 23:24:27 -05:00
2015-02-10 23:24:27 -05:00
2015-03-13 23:42:18 -04:00
2015-02-03 23:11:35 -05:00
2015-03-13 23:42:18 -04:00
2015-02-10 23:24:27 -05:00
2015-02-03 23:11:35 -05:00
2015-02-10 23:24:27 -05:00
2015-05-05 22:19:28 -04:00
2015-04-24 17:48:12 +02:00
2015-02-03 23:11:35 -05:00
2015-02-03 23:11:35 -05:00
2015-04-08 18:34:08 +02:00
2015-03-03 19:10:21 -05:00
2015-04-22 18:24:47 +02:00
2015-02-10 23:24:27 -05:00
2015-03-11 11:15:53 +01:00
2015-02-10 23:24:27 -05:00
2014-07-03 20:37:10 +02:00
2015-03-13 23:42:18 -04:00