Bug 1007751

Summary: [RHS-C] warning: user ovirt does not exist - using root / warning: group ovirt does not exist - using root
Product: Red Hat Gluster Storage Reporter: Prasanth <pprakash>
Component: redhat-access-plugin-rhscAssignee: Keith Robertson <kroberts>
Status: CLOSED ERRATA QA Contact: Prasanth <pprakash>
Severity: high Docs Contact:
Priority: high    
Version: 2.1CC: alonbl, barumuga, dpati, dtsang, jmoran, knarra, kroberts, mmahoney, pprakash, psriniva, rhs-bugs, sdharane, sharne, ssampat, sshumake, vagarwal
Target Milestone: ---Keywords: ZStream
Target Release: RHGS 2.1.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: redhat-access-plugin-rhsc-2.1.2-2.el6rhs Doc Type: Bug Fix
Doc Text:
Previously, during the installation of rhsc-setup RPM, benign warnings were displayed. Now, with this update, the warning is not displayed.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-25 07:38:23 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:
Attachments:
Description Flags
known issue
none
known issue
none
The fix is attached
none
Comment none

Description Prasanth 2013-09-13 09:14:09 UTC
Created attachment 915766 [details]
Comment

(This comment was longer than 65,535 characters and has been moved to an attachment by Red Hat Bugzilla).

Comment 1 Prasanth 2013-09-13 09:25:41 UTC
--------------
Installing : rhsc-setup-2.1.0-0.bb10.el6rhs.noarch
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
----------

Comment 3 Alon Bar-Lev 2013-09-13 10:29:35 UTC
There is no functionality lost if /var/lib/ovirt-engine/backups is owned by root.

Comment 4 Pavithra 2013-09-13 16:43:18 UTC
This was documented as a known issue in the 2.1 Release Notes

Comment 5 Pavithra 2013-09-13 16:47:59 UTC
Created attachment 797445 [details]
known issue

Comment 6 Pavithra 2013-09-16 05:19:41 UTC
Created attachment 798102 [details]
known issue

Comment 8 Alon Bar-Lev 2013-09-17 18:24:11 UTC
 Dusmant 2013-09-17 14:20:38 EDT
Assignee: dpati → alonbl

Hi,

Any reason you set me as assignee?

Thanks,
Alon

Comment 9 Dusmant 2013-09-17 18:30:15 UTC
The spec file change to handle the ovirt user creation is going to be addressed in Corbett release. 

Release note is updated for the Big Bend release, which needs to be verified by QE

Comment 11 Scott Haines 2013-09-23 23:34:58 UTC
Targeting for 2.1.z U2 (Corbett) release.

Comment 12 Prasanth 2013-09-24 10:46:10 UTC
Bala, can you fill in the Fixed-in-version?

Comment 13 Bala.FA 2013-09-24 10:51:32 UTC
I updated 'Fixed in version' for Corbett.  For Big Bend, comment #7 is applicable.

Comment 14 Prasanth 2013-09-25 12:00:24 UTC
Verified as fixed in rhsc-2.1.1-0.0.1.master.el6ev.noarch

Comment 15 Shruti Sampat 2013-11-12 06:50:09 UTC
Hi,

I am observing this issue in the latest RHSC build ( rhsc-2.1.2-0.23.master.el6_5.noarch ). The following is from the installatation logs - 

---------------------------------------------------------------------------

  Installing : rhsc-webadmin-portal-2.1.2-0.23.master.el6_5.noarch                                                                                                                                     319/326 
  Installing : rhsc-dbscripts-2.1.2-0.23.master.el6_5.noarch                                                                                                                                           320/326 
  Installing : rhsc-restapi-2.1.2-0.23.master.el6_5.noarch                                                                                                                                             321/326 
  Installing : redhat-access-plugin-rhsc-2.1.2-1.el6rhs.noarch                                                                                                                                         322/326 
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
warning: user ovirt does not exist - using root
warning: group ovirt does not exist - using root
  Installing : rhsc-setup-2.1.2-0.23.master.el6_5.noarch                                                                                                                                               323/326 
  Installing : rhsc-backend-2.1.2-0.23.master.el6_5.noarch                                                                                                                                             324/326 
  Installing : rhsc-tools-2.1.2-0.23.master.el6_5.noarch                                                                                                                                               325/326 
  Installing : rhsc-2.1.2-0.23.master.el6_5.noarch        

Moving the bug to ASSIGNED.

Comment 16 Bala.FA 2013-11-25 11:03:27 UTC
This regression is due to redhat-access-plugin-rhsc.  As rhsc package depends on redhat-access-plugin-rhsc, at the time of installation ovirt user/group are not available and they are created/added by rhsc (sub)packages installation time.

The solution could be 

1) add ovirt user/group on %pre of redhat-access-plugin-rhsc (or)
2) using default user/group than ovirt user/group.  I am not sure whether this is correct or not.

Comment 17 Bala.FA 2013-11-25 11:14:03 UTC
Created attachment 828603 [details]
The fix is attached

Comment 18 Prasanth 2013-12-16 19:45:36 UTC
  Installing : rhsc-setup-2.1.2-0.27.beta.el6_5.noarch                                                                                                              324/326 
  Installing : rhsc-2.1.2-0.27.beta.el6_5.noarch                                                                                                                    325/326 
  Installing : redhat-access-plugin-rhsc-2.1.2-2.el6rhs.noarch                                                                                                      326/326 
rhel-65/productid

Comment 19 Prasanth 2013-12-18 12:27:55 UTC
Verified as fixed in redhat-access-plugin-rhsc-2.1.2-2.el6rhs

Comment 20 Shalaka 2014-01-21 06:14:00 UTC
Please review and signoff the edited DocText and signoff.

Comment 21 Keith Robertson 2014-01-21 10:59:59 UTC
(In reply to Shalaka from comment #20)
> Please review and signoff the edited DocText and signoff.

DocText approved.

Comment 23 errata-xmlrpc 2014-02-25 07:38:23 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHEA-2014-0208.html