diff --git a/drbd.service b/drbd.service index ddd6c62b7785de3cc380787e7a7dca4fbe7c7e1b..41be2f3422dac66b387bd9d1b1a0ffbb30ccbb5c 100644 --- a/drbd.service +++ b/drbd.service @@ -10,8 +10,6 @@ RemainAfterExit=yes ExecStart=/usr/sbin/drbdadm adjust all # user interruptible version of wait-connect all ExecStart=/usr/sbin/drbdadm wait-con-int -# become primary if configured -ExecStart=/usr/sbin/drbdadm sh-b-pri all # disconnect and detach all resources ExecStop=/usr/sbin/drbdadm down all diff --git a/drbd.spec b/drbd.spec index cfbc76ccb2514886333e72297af8a62d8f0bac9e..e5d218e5c98c051e547c9f6aca9e963ab889f07f 100644 --- a/drbd.spec +++ b/drbd.spec @@ -1,7 +1,7 @@ Name: drbd Summary: DRBD user-land tools and scripts Version: 9.5.0 -Release: 5 +Release: 8 Source0: https://github.com/LINBIT/%{name}-utils/archive/v%{version}.tar.gz Source1: drbd.service Source2: drbd.ocf @@ -196,6 +196,15 @@ management utility. %systemd_preun drbd.service %changelog +* Fri Jan 22 2021 lin.zhang - 9.5.0-8 +- add changelog and modify the release number to rebuild. + +* Fri Jan 22 2021 lin.zhang - 9.5.0-7 +- modify the release number to rebuild. + +* Fri Jan 22 2021 lin.zhang - 9.5.0-6 +- removes the "sh-b-pri" command from drbd.service. + * Thu Nov 27 2020 jiangxinyu - 9.5.0-5 - Resolve resource-agents conflict when installing drbd-rgmanager package