[Bug 584960] New: drbd RPM does not contain OCF resource agent provider, udev rules
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c0 Summary: drbd RPM does not contain OCF resource agent provider, udev rules Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: partner@linbit.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8
From the RPM spec (retrieved from http://download.opensuse.org/source/distribution/11.2/repo/oss/suse/src/drbd...)
# these files look like wrong installed documentation rm $RPM_BUILD_ROOT/etc/udev/rules.d/65-drbd.rules.disabled rm $RPM_BUILD_ROOT/usr/lib/ocf/resource.d/linbit/drbd That's utterly bogus. The first is a script for improved udev integration, the second is an OCF resource agent provider. Reproducible: Always Steps to Reproduce: Install the drbd package. Check for the missing files. Observe they're not there. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |lmb@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c1 Tim Serong <tserong@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |tserong@novell.com AssignedTo|lmb@novell.com |tserong@novell.com --- Comment #1 from Tim Serong <tserong@novell.com> 2010-03-17 10:45:03 UTC --- The fix for this is: --- drbd.spec (revision 1) +++ drbd.spec (revision 2) @@ -90,9 +90,8 @@ export DIST=suselike make PREFIX=%{buildroot}/ install-tools cp scripts/drbd.rules $RPM_BUILD_ROOT/etc/udev/rules.d/65-drbd.rules -# these files look like wrong installed documentation +# 65-drbd.rules.disabled is unnecessary (65-drbd.rules is installed) rm $RPM_BUILD_ROOT/etc/udev/rules.d/65-drbd.rules.disabled -rm $RPM_BUILD_ROOT/usr/lib/ocf/resource.d/linbit/drbd ln -sf ../etc/init.d/drbd $RPM_BUILD_ROOT/sbin/rcdrbd mkdir -p $RPM_BUILD_ROOT/var/lib/drbd # @@ -143,6 +142,7 @@ %dir /etc/xen/scripts /etc/xen/scripts/block-drbd %endif +/usr/lib/ocf/resource.d/linbit/drbd /etc/ha.d/resource.d/drbddisk /etc/ha.d/resource.d/drbdupper %dir /etc/udev @@ -152,6 +152,9 @@ %defattr(-, root, root) /var/lib/drbd /usr/lib/drbd +%dir /usr/lib/ocf +%dir /usr/lib/ocf/resource.d +%dir /usr/lib/ocf/resource.d/linbit %dir /etc/ha.d %dir /etc/ha.d/resource.d %doc %{_mandir}/man5/drbd.conf.5* For reference, my test package is at: https://build.opensuse.org/package/show?package=drbd&project=home:tserong:branches:openSUSE:11.2 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c2 Tim Serong <tserong@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO CC|tserong@novell.com | Info Provider| |maintenance@opensuse.org --- Comment #2 from Tim Serong <tserong@novell.com> 2010-03-17 10:48:01 UTC --- Maintenance team, can we release an update for this? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c3 --- Comment #3 from Marcus Meissner <meissner@novell.com> 2010-03-18 10:40:40 UTC --- quite minor regarding 11.2 usage I guess. but simple enougbh bugfix I guess. +1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c4 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |cdengler@novell.com Info Provider|maintenance@opensuse.org | --- Comment #4 from Christian Dengler <cdengler@novell.com> 2010-03-18 13:07:47 UTC --- Not really important ... but we can do it. SwampID: 32036 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c5 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:32036 --- Comment #5 from Swamp Workflow Management <swamp@suse.com> 2010-03-18 18:10:32 UTC --- The SWAMPID for this issue is 32036. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/32036) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c7 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:32036 |maint:running:32036 | |maint:released:11.2:32037 --- Comment #7 from Swamp Workflow Management <swamp@suse.com> 2010-04-06 11:55:56 UTC --- Update released for: drbd, drbd-debuginfo, drbd-debugsource, drbd-kmp-debug, drbd-kmp-debug-debuginfo, drbd-kmp-default, drbd-kmp-default-debuginfo, drbd-kmp-desktop, drbd-kmp-desktop-debuginfo, drbd-kmp-pae, drbd-kmp-pae-debuginfo, drbd-kmp-xen, drbd-kmp-xen-debuginfo Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:32036 |. |maint:released:11.2:32037 | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c8 Tim Serong <tserong@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Tim Serong <tserong@novell.com> 2010-04-06 17:21:28 UTC --- Now available in openSUSE 11.2 update repo -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=584960 http://bugzilla.novell.com/show_bug.cgi?id=584960#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (584960) was mentioned in https://build.opensuse.org/request/show/35282 11.2:Test / drbd https://build.opensuse.org/request/show/42070 Factory / drbd -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com