Bug 1032046

Summary: Enumerating instances of PG_SSLCertificateRevocationList returns error
Product: [Fedora] Fedora Reporter: Jan Synacek <jsynacek>
Component: tog-pegasusAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: hamzy, vcrhonek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: tog-pegasus-2.14.1-31.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-15 12:54:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Synacek 2013-11-19 12:57:13 UTC
Description of problem:
Enumerating instances of PG_SSLCertificateRevocationList returns
CIM_ERR_FAILED: Invalid directory /etc/Pegasus/crl.


Version-Release number of selected component (if applicable):
tog-pegasus-2.13.0-5.fc21.x86_64


Steps to Reproduce:
1. Call PG_SSLCertificateRevocationList.EnumerateInstances() somehow (e.g. using yawn)


Actual results:
CIM_ERR_FAILED: Invalid directory /etc/Pegasus/crl


Expected results:
Enumerates instances of CRLs if any, otherwise shows nothing and returns an OK status.

Comment 1 Jaroslav Reznik 2015-03-03 15:13:03 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 2 Vitezslav Crhonek 2015-09-15 09:41:05 UTC
/etc/Pegasus/crl is marked as %ghost in the specfile, user has to create it and put certificate revocations there on his own currently.

Probably makes sense to create it by the package... This fixes CIM_ERR_FAILED and server returns empty response, as expected. I'll do that.