Bug 38343

Summary: По умолчанию ищет программу в /sbin/sbd, а должен - /usr/sbin/sbd
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: fence-agents-sbdAssignee: Andrew Vasilyev <andy>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: andy
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Andrey Cherepanov 2020-04-09 12:55:21 MSK
fence-agents/configure.ac:AC_PATH_PROG([SBD_PATH], [sbd], [/sbin/sbd])

Прошу выставить правильный путь по умолчанию и явно добавить в зависимости пакет sbd.
Comment 1 Repository Robot 2020-04-09 16:40:56 MSK
fence-agents-4.3.3-alt2 -> sisyphus:

 Thu Apr 09 2020 Andrey Cherepanov <cas@altlinux> 4.3.3-alt2
 - Fix path to sbd executable in fence-agents-sbd (ALT #38343).
 - Add sbd to requirements of fence-agents-sbd.
Comment 2 Andrew Vasilyev 2020-04-09 21:16:52 MSK
Спасибо!