Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101773 Details for
Bug 154924
sys-fs/evms-2.5.5-r3 release patches necessary for kernels >= 2.6.17
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
$PORTDIR/sys-fs/evms/files/2.5.5/BaseName.patch
BaseName.patch (text/plain), 1.08 KB, created by
Brad Allen
on 2006-11-12 12:36:45 UTC
(
hide
)
Description:
$PORTDIR/sys-fs/evms/files/2.5.5/BaseName.patch
Filename:
MIME Type:
Creator:
Brad Allen
Created:
2006-11-12 12:36:45 UTC
Size:
1.08 KB
patch
obsolete
>EVMS registers the base name for the top working object of a volume if the >object has its own device. However, EVMS engine fails to unregister such >names when discarding volumes. This prevents some operation on volumes. > >The problem magnifies in cluster environments because rediscovery of >CSM containers would fail to add volumes (discarded moments ago) back to >the object tree, and the volumes would get deleted when committing changes. > >Rediscovery can be triggered by an operation as simple as changing the >attributes of a CSM container. > >I added code to unregister the base name, and tested on my cluster. > >"Changju Gao" <CGAO@novell.com> > >--- evms-2.5.5/engine/internalAPI.c 2005-10-10 09:44:41.000000000 -0500 >+++ evms-2.5.5-fix/engine/internalAPI.c 2006-11-01 17:11:42.113699000 -0600 >@@ -2722,6 +2722,11 @@ > if (rc == 0) { > engine_unregister_name(vol->name); > >+ if( vol->object->feature_header != NULL ) >+ { >+ engine_unregister_name(vol->name+EVMS_DEV_NODE_PATH_LEN); >+ } >+ > /* > * Clear out the volume pointer on this object and on all the child > * objects in the tree.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154924
:
101765
|
101766
|
101767
|
101768
|
101769
|
101770
| 101773 |
101775