In message: [meta-virtualization][PATCH V2] add option -p for mkir command on 07/01/2022 Changqing Li wrote:
> From: Changqing Li <[email protected]> > > To avoid "cannot create directory '/var/log/openvswitch': File exists" Is this happening all the time ? I've never seen it in my logs. I'm assuming it is on some sort of stop, restart ? or on a second boot ? It is worth capturing that in this commit message Otherwise, this looks fine to me. Bruce > > Signed-off-by: Changqing Li <[email protected]> > --- > ...01-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/recipes-networking/openvswitch/files/0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch > > b/recipes-networking/openvswitch/files/0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch > index f7ec3fa..8bda865 100644 > --- > a/recipes-networking/openvswitch/files/0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch > +++ > b/recipes-networking/openvswitch/files/0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch > @@ -96,7 +96,7 @@ index 74e5acb7f..39698f238 100644 > ExecStartPre=/bin/rm -f /run/openvswitch.useropts > -ExecStartPre=-/bin/mkdir /var/run/openvswitch /var/log/openvswitch > -ExecStartPre=-/bin/chown ${OVS_USER_ID} /var/run/openvswitch > /var/log/openvswitch > -+ExecStartPre=-/bin/mkdir /run/openvswitch /var/log/openvswitch > ++ExecStartPre=-/bin/mkdir -p /run/openvswitch /var/log/openvswitch > +ExecStartPre=-/bin/chown ${OVS_USER_ID} /run/openvswitch > /var/log/openvswitch > ExecStartPre=/bin/sh -c '/bin/echo "OVS_USER_ID=${OVS_USER_ID}" > > /run/openvswitch.useropts' > ExecStartPre=/bin/sh -c 'if [ "$${OVS_USER_ID/:*/}" != "root" ]; then > /bin/echo "OVS_USER_OPT=--ovs-user=${OVS_USER_ID}" >> > /run/openvswitch.useropts; fi' > -- > 2.17.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6996): https://lists.yoctoproject.org/g/meta-virtualization/message/6996 Mute This Topic: https://lists.yoctoproject.org/mt/88255968/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
