Univention Bugzilla – Attachment 3415 Details for
Bug 23125
UVMM: Anpassungen an XML Domain Beschreibung beibehalten
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add missing convert of /domain/devices/disk/driver/@cache to Disk.CACHE_* identifier
23125_uvmm_cache.diff (text/plain), 669 bytes, created by
Philipp Hahn
on 2011-08-01 10:40:15 CEST
(
hide
)
Description:
Add missing convert of /domain/devices/disk/driver/@cache to Disk.CACHE_* identifier
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2011-08-01 10:40:15 CEST
Size:
669 bytes
patch
obsolete
>Bug #23125: Add missing convert of /domain/devices/disk/driver/@cache to Disk.CACHE_* identifier >Index: src/univention/uvmm/node.py >=================================================================== >--- src/univention/uvmm/node.py (Revision 25749) >+++ src/univention/uvmm/node.py (Arbeitskopie) >@@ -339,7 +339,7 @@ > if driver: > dev.driver = driver[0].getAttribute('name') > dev.driver_type = driver[0].getAttribute('type') >- dev.driver_cache = driver[0].getAttribute('cache') >+ dev.driver_cache = Disk.map_cache(name=driver[0].getAttribute('cache')) > source = disk.getElementsByTagName( 'source' ) > if source: > if dev.type == Disk.TYPE_FILE:
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 23125
: 3415