[Rdo-list] Cinder gluster driver problem
by Tzach Shefi
Any one testing Juno with Gluster?
Create volume fails with this in Cinder volume.log:
2014-10-01 15:23:07.187 1445 ERROR cinder.volume.drivers.glusterfs [req-eaa7910d-19b6-4d74-93d3-c0de59723e05 - - - - -] Exception during mounting 'ascii' codec can't decode byte 0xe2 in position 36: ordinal not in range(128)
Tired on two separate Gluster volumes types replicated / distributed, both fail with same error.
Maybe missing some needed volume option?
Gluster volume info
[root@dhcp163-130 bricks]# gluster volume info tshefi-cinder
Volume Name: tshefi-cinder
Type: Distribute
Volume ID: f4e4c576-ec81-4500-88aa-39b8aa583ae5
Status: Started
Number of Bricks: 1
Transport-type: tcp
Bricks:
Brick1: 10.35.163.139:/export/tshefi-cinder
Options Reconfigured:
auth.allow: 10.35.160.137
storage.owner-gid: 165
storage.owner-uid: 165
server.root-squash: enable
[root@dhcp163-130 bricks]# gluster volume info tshefi-cin-rep
Volume Name: tshefi-cin-rep
Type: Replicate
Volume ID: 702f7ffe-b34b-40d7-b40c-0a07cf4d4ac6
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.35.163.139:/export/tshefi-cin-rep
Brick2: 10.35.163.79:/export/tshefi-cin-rep
Options Reconfigured:
auth.allow: 10.35.160.137
storage.owner-gid: 165
storage.owner-uid: 165
server.root-squash: enable
Tshefi
10 years, 2 months
Re: [Rdo-list] [rhos-qe-dept] RDO testing
by Yaniv Eylon
lets keep our communication during the test day on rdo-list@, specially if you come across workarounds.
it looks like AIO deployment is broken
Bug 1148346 - provision glance not able to work
Bug 1148348 - packstack on CentOS 7 fails because python-anyjson requires Python 2.6
----- Original Message -----
> From: "Udi Kalifon" <ukalifon(a)redhat.com>
> To: "rhos-qe-dept" <rhos-qe-dept(a)redhat.com>
> Sent: Wednesday, October 1, 2014 11:55:30 AM
> Subject: Re: [rhos-qe-dept] RDO testing
>
> I failed to install on CentOS 7. I opened a bug on it:
> https://bugzilla.redhat.com/show_bug.cgi?id=1148348
>
> I ran packstack --allinone and got:
>
> 10.35.160.13_amqp.pp: [ DONE ]
> 10.35.160.13_mysql.pp: [ DONE ]
> Applying 10.35.160.13_keystone.pp
> Applying 10.35.160.13_glance.pp
> Applying 10.35.160.13_cinder.pp
> 10.35.160.13_keystone.pp: [ ERROR ]
> Applying Puppet manifests [ ERROR ]
>
> ERROR : Error appeared during Puppet run: 10.35.160.13_keystone.pp
> Error: Execution of '/usr/bin/yum -d 0 -e 0 -y list openstack-keystone'
> returned 1: Traceback (most recent call last):
> You will find full trace in log
> /var/tmp/packstack/20141001-103703-gbTJFP/manifests/10.35.160.13_keystone.pp.log
> Please check log file
> /var/tmp/packstack/20141001-103703-gbTJFP/openstack-setup.log for more
> information
>
>
> In the keystone.pp.log file you see:
> ^[[1;31mError: Execution of '/usr/bin/yum -d 0 -e 0 -y install
> openstack-keystone' returned 1: Error: Package:
> python-anyjson-0.3.3-1.el6.noarch (epel)
> Requires: python(abi) = 2.6
> Installed: python-2.7.5-16.el7.x86_64 (@anaconda)
> python(abi) = 2.7
> python(abi) = 2.7
>
> ... and many more dependency errors
>
>
> Regards,
> Udi.
>
> ----- Original Message -----
> From: "Dafna Ron" <dron(a)redhat.com>
> To: "Nathan Levinkind" <nlevinki(a)redhat.com>, "rhos-qe-dept"
> <rhos-qe-dept(a)redhat.com>
> Sent: Wednesday, October 1, 2014 11:18:04 AM
> Subject: Re: [rhos-qe-dept] RDO testing
>
> RDO in Bugzilla:
>
> https://bugzilla.redhat.com/enter_bug.cgi?product=RDO
>
> RDO page:
>
> https://openstack.redhat.com/RDO_test_day_Juno_milestone_3_test_cases
>
>
> On 10/01/2014 07:25 AM, Nathan Levinkind wrote:
> > Hi,
> > bugs that you do find today please report on RDO project in Bugzila and
> > also add to the RDO wiki page.
> > IRC =rdo in freenode server
> > Thanks
> > Nathan
> >
>
>
> --
> Dafna Ron
>
>
10 years, 2 months
[Rdo-list] cannot create volume group
by Dafna Ron
Hi,
I am failing install on centos7 with the below:
grep cinder-volumes /etc/rc.d/rc.local || echo "losetup -f
/var/lib/cinder/cinder-volumes && vgchange -a y cinder-volumes &&
systemctl restart openstack-cinder-volume.service" >> /etc/rc.d/rc.local
grep "#!" /etc/rc.d/rc.local || sed -i '1i#!/bin/sh' /etc/rc.d/rc.local
chmod +x /etc/rc.d/rc.local
vgdisplay cinder-volumes
2014-10-01 13:13:39::INFO::shell::81::root:: [10.35.117.32] Executing
script:
losetup -d $(losetup -j /var/lib/cinder/cinder-volumes | cut -d : -f 1)
2014-10-01 13:13:39::ERROR::run_setup::921::root:: Traceback (most
recent call last):
File
"/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py",
line 916, in main
_main(confFile)
File
"/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py",
line 605, in _main
runSequences()
File
"/usr/lib/python2.7/site-packages/packstack/installer/run_setup.py",
line 584, in runSequences
controller.runAllSequences()
File
"/usr/lib/python2.7/site-packages/packstack/installer/setup_controller.py",
line 68, in runAllSequences
sequence.run(config=self.CONF, messages=self.MESSAGES)
File
"/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line
98, in run
step.run(config=config, messages=messages)
File
"/usr/lib/python2.7/site-packages/packstack/installer/core/sequences.py", line
44, in run
raise SequenceError(str(ex))
SequenceError: Cinder's volume group 'cinder-volumes' could not be created
2014-10-01 13:13:39::INFO::shell::81::root:: [10.35.117.32] Executing
script:
rm -rf /var/tmp/packstack/ae1d0d8546684ca28743cb4bcfe9857f
10 years, 2 months