Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 636925 Details for
Bug 872413
LVMError: vgreduce failed for VolGroup00: running lvm vgreduce --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|","r|/VolGroup00$|","r|/sda2$|"] } --removemissing --force VolGroup00 failed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: ks.cfg
ks.cfg (text/plain), 9.67 KB, created by
Xiaowei Li
on 2012-11-02 02:54:03 UTC
(
hide
)
Description:
File: ks.cfg
Filename:
MIME Type:
Creator:
Xiaowei Li
Created:
2012-11-02 02:54:03 UTC
Size:
9.67 KB
patch
obsolete
>nfs --server nfs.englab.nay.redhat.com --dir /pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server/x86_64/os/ >#url --url=nfs://nfs.englab.nay.redhat.com:/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server/x86_64/os/ > > > >%pre --log=/dev/console >set -x ># Check in with Beaker Server >wget -O - http://lab-02.rhts.eng.nay.redhat.com:8000/install_start/storageqe-52.rhts.eng.nay.redhat.com > >wget -O /tmp/anamon 'http://lab-02.rhts.eng.nay.redhat.com/beaker/anamon' >python /tmp/anamon --recipe-id 692517 --xmlrpc-url 'http://lab-02.rhts.eng.nay.redhat.com:8000/RPC2' ># Error: no snippet data for RedHatEnterpriseLinux7_pre ># Error: no snippet data for system_pre >%end > > >%post --log=/dev/console >set -x >wget -O - http://lab-02.rhts.eng.nay.redhat.com:8000/nopxe/storageqe-52.rhts.eng.nay.redhat.com >echo 692517 > /root/RECIPE.TXT > ># If netboot_method= is found in /proc/cmdline record it to /root >netboot_method=$(perl -n -e'/netboot_method=([^\s]+)/ && print $1' /proc/cmdline) >if [ -n "$netboot_method" ]; then >echo $netboot_method >/root/NETBOOT_METHOD.TXT >fi > ># Enable post-install boot notification > >wget -O /usr/local/sbin/anamon "http://lab-02.rhts.eng.nay.redhat.com/beaker/anamon" >wget -O /etc/rc.d/init.d/anamon "http://lab-02.rhts.eng.nay.redhat.com/beaker/anamon.init" > >chmod 755 /etc/rc.d/init.d/anamon /usr/local/sbin/anamon >test -d /selinux && restorecon /etc/rc.d/init.d/anamon /usr/local/sbin/anamon > >chkconfig --add anamon > >cat << __EOT__ > /etc/sysconfig/anamon >XMLRPC_URL="http://lab-02.rhts.eng.nay.redhat.com:8000/RPC2" >RECIPE_ID="692517" >LOGFILES="/var/log/boot.log /var/log/messages /var/log/dmesg" >__EOT__ > ># readahead conflicts with auditd, see bug 561486 for detailed explanation. > >cat << EOF >>/etc/sysconfig/readahead > ># readahead conflicts with auditd, see bug 561486 for detailed explanation. ># ># Should a task need to change these settings, it must revert to this state ># when test is done. > >READAHEAD_COLLECT="no" >READAHEAD_COLLECT_ON_RPM="no" > >EOF > >/sbin/chkconfig ntpdate on >/dev/null 2>&1 || : >/sbin/chkconfig ntpd on >/dev/null 2>&1 || : >if [ -e "/etc/sysconfig/ntpd" ]; then > GOT_G=$(/bin/cat /etc/sysconfig/ntpd | grep -E '^OPTIONS' | grep '\-g') > > if [ -z "$GOT_G" ]; then > /bin/sed -i -r 's/(^OPTIONS\s*=\s*)(['\''|"])(.+)$/\1\2\-x \3 /' /etc/sysconfig/ntpd > fi >fi > > ># If efibootmgr exists then re-order boot options >if [ -x '/usr/sbin/efibootmgr' ]; then > BOOT=$(/usr/sbin/efibootmgr -v | grep BootOrder | awk '{print $2}' | awk -F, '{print $1}') > EFI=$(/usr/sbin/efibootmgr -v | grep Boot$BOOT | awk '{print $NF}') > PXE_SLOT=$(/usr/sbin/efibootmgr -v | grep -Ei '(netboot|pxe)' |cut -c5-8) > # If There is no Netboot Entry we can't continue > # You have to manually setup a Netboot entry first > # from EFI maint menu. > if [ ! -z $PXE_SLOT ]; then > NEWBOOT=$(echo $BOOT| sed -e 's/$PXE_SLOT,//') > # its cheesy. but it works. > NEWBOOT=$(echo $NEWBOOT| sed -e 's/,$PXE_SLOT,//') > NEWBOOT=$(echo $NEWBOOT| sed -e 's/,$PXE_SLOT//') > /usr/sbin/efibootmgr -o $PXE_SLOT,$NEWBOOT > /usr/sbin/efibootmgr -n $BOOT > fi >fi > > > >#Add Task Repo >cat << EOF >/etc/yum.repos.d/beaker-tasks.repo >[beaker-tasks] >name=beaker-tasks >baseurl=http://beaker.engineering.redhat.com/repos/692517 >enabled=1 >gpgcheck=0 >EOF > > ># Add Harness Repo >cat << EOF >/etc/yum.repos.d/beaker-harness.repo >[beaker-harness] >name=beaker-harness >baseurl=http://beaker.engineering.redhat.com/harness/RedHatEnterpriseLinux7/ >enabled=1 >gpgcheck=0 >EOF > ># Add distro and custom Repos >cat << EOF >/etc/yum.repos.d/beaker-HighAvailability.repo >[beaker-HighAvailability] >name=beaker-HighAvailability >baseurl=http://download.englab.nay.redhat.com/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server/x86_64/os/addons/HighAvailability >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat << EOF >/etc/yum.repos.d/beaker-LoadBalancer.repo >[beaker-LoadBalancer] >name=beaker-LoadBalancer >baseurl=http://download.englab.nay.redhat.com/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server/x86_64/os/addons/LoadBalancer >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat << EOF >/etc/yum.repos.d/beaker-ResilientStorage.repo >[beaker-ResilientStorage] >name=beaker-ResilientStorage >baseurl=http://download.englab.nay.redhat.com/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server/x86_64/os/addons/ResilientStorage >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat << EOF >/etc/yum.repos.d/beaker-Server-debuginfo.repo >[beaker-Server-debuginfo] >name=beaker-Server-debuginfo >baseurl=http://download.englab.nay.redhat.com/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server/x86_64/debuginfo/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat << EOF >/etc/yum.repos.d/beaker-Server-optional-debuginfo.repo >[beaker-Server-optional-debuginfo] >name=beaker-Server-optional-debuginfo >baseurl=http://download.englab.nay.redhat.com/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server-optional/x86_64/debuginfo/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat << EOF >/etc/yum.repos.d/beaker-Server-optional.repo >[beaker-Server-optional] >name=beaker-Server-optional >baseurl=http://download.englab.nay.redhat.com/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server-optional/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat << EOF >/etc/yum.repos.d/beaker-Server.repo >[beaker-Server] >name=beaker-Server >baseurl=http://download.englab.nay.redhat.com/pub/rhel/nightly/RHEL-7.0-20121101.n.0/compose/Server/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF > > ># fill the yum cache and redirect output to /dev/null ># This speeds up yum because of a bug where it will update stdout too often. ># http://lists.baseurl.org/pipermail/yum-devel/2011-December/008857.html >yum check-update > /dev/null 2>&1 || true ># Install old rhts commands >yum -y install rhts-test-env-lab rhts-legacy ># Install new harness >yum -y install beah ># This may fail if you are outside of Red Hat.. >yum -y install beakerlib-redhat > >cp /etc/beah_beaker.conf{,.default} >cat << EOF > /etc/beah_beaker.conf ># see /etc/beah_beaker.conf.default for commented configuration > >[DEFAULT] ># LAB_CONTROLLER: URI of Beaker's XML-RPC handler >LAB_CONTROLLER=http://lab-02.rhts.eng.nay.redhat.com:8000 ># ># HOSTNAME: Pretend to be machine with given name. ># NOTE: This is mostly pointless as usually correct name is assigned by DHCP. >HOSTNAME=storageqe-52.rhts.eng.nay.redhat.com >RECIPEID=692517 > ># Turn on hard limits on upload sizes: >FILE_SIZE_LIMIT=200000000 >TASK_SIZE_LIMIT=800000000 > >EOF > >cp /etc/beah.conf{,.default} >cat << EOF > /etc/beah.conf ># see /etc/beah.conf.default for commented configuration > >[DEFAULT] ># Turn on more verbose logging and redirect to console. This is useful for ># debugging harness' problems. >LOG=Info >CONSOLE_LOG=Console ># To turn on debug logging uncomment the following line. Warning: this is ># rather verbose! This also requires LOG to be Debug. >#DEVEL=True > >[TASK] >INTERFACE= > >EOF > >chkconfig --level 345 beah-srv on >chkconfig --level 345 beah-beaker-backend on >chkconfig --level 345 beah-fwd-backend on > ># turn on rhts-compat by default (it will save us one reboot): >chkconfig --add rhts-compat >chkconfig --level 345 rhts-compat on > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >cat <<"EOF" >/etc/profile.d/beaker.sh >export BEAKER="https://beaker.engineering.redhat.com/" >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >EOF >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab-02.rhts.eng.nay.redhat.com >export DUMPSERVER=netdump-01.eng.nay.redhat.com >export NFSSERVERS="RHEL3, RHEL4, RHEL5, RHEL6, NETAPP, SOLARIS," >export LOOKASIDE=http://download.eng.nay.redhat.com/pub/rhel/qa/rhts/lookaside/ >export BUILDURL=http://download.eng.nay.redhat.com >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab-02.rhts.eng.nay.redhat.com >setenv DUMPSERVER netdump-01.eng.nay.redhat.com >setenv NFSSERVERS "RHEL3, RHEL4, RHEL5, RHEL6, NETAPP, SOLARIS," >setenv LOOKASIDE http://download.eng.nay.redhat.com/pub/rhel/qa/rhts/lookaside/ >setenv BUILDURL http://download.eng.nay.redhat.com >EOF >mkdir -p /root/.ssh >cat >>/root/.ssh/authorized_keys <<"__EOF__" >ssh-dss AAAAB3NzaC1kc3MAAACBALmJlu8PwxXJ446I1NULY7GTh38ivREHIILme1+Z+UTRwNyes2/p+6ZD/I5tU5MFZ2RWH8y+GI+aH7CCs6eK7TwHDjlyFpjfQF1bji8NU2JLuw7nkxb4rJam+2GVD4gixT6WGpHqKNwRGsN6MfLfpLtwhu5T/M4ajAgvGxS6wVlRAAAAFQCZc+TAw8r5VENTZI8cIlGrxUrI0wAAAIEAm8l+PfrDq8xva5ezoMkjwVnmMs+7L4t0vXtnsdWvK2MAVilJoe7xTZm9FLtPeJkFjjY6X4cvb0rVVT+A3rzzOFwFCPvkwqOPaqCvpTxT7cR8wWMjE4BMleelPJfrocOLBLOmw4SrkE65E+CGOXk8s+xc9kFKKdR+ZQVdn4EY5/oAAACAFnGH6SjIV/+KqAb92VGWlGPlmk+SP/HrtvAcZto86sDAH7QWj5h6zqguzEbu0QqsRsACzWER17CxEytBV5LiY+gWC60hn39QSGVb9hREHPk/AGPrU52Pe7m0EkIhRprXqcnAT5kJD9HMZngDHA2nCk2AgQXKjInqfKjKvbUBWIs= xiaoli@kobe.nay.redhat.com >ssh-dss AAAAB3NzaC1kc3MAAACBALmJlu8PwxXJ446I1NULY7GTh38ivREHIILme1+Z+UTRwNyes2/p+6ZD/I5tU5MFZ2RWH8y+GI+aH7CCs6eK7TwHDjlyFpjfQF1bji8NU2JLuw7nkxb4rJam+2GVD4gixT6WGpHqKNwRGsN6MfLfpLtwhu5T/M4ajAgvGxS6wVlRAAAAFQCZc+TAw8r5VENTZI8cIlGrxUrI0wAAAIEAm8l+PfrDq8xva5ezoMkjwVnmMs+7L4t0vXtnsdWvK2MAVilJoe7xTZm9FLtPeJkFjjY6X4cvb0rVVT+A3rzzOFwFCPvkwqOPaqCvpTxT7cR8wWMjE4BMleelPJfrocOLBLOmw4SrkE65E+CGOXk8s+xc9kFKKdR+ZQVdn4EY5/oAAACAFnGH6SjIV/+KqAb92VGWlGPlmk+SP/HrtvAcZto86sDAH7QWj5h6zqguzEbu0QqsRsACzWER17CxEytBV5LiY+gWC60hn39QSGVb9hREHPk/AGPrU52Pe7m0EkIhRprXqcnAT5kJD9HMZngDHA2nCk2AgQXKjInqfKjKvbUBWIs= xiaoli@kobe.nay.redhat.com >__EOF__ >restorecon -R /root/.ssh >chmod go-w /root /root/.ssh /root/.ssh/authorized_keys ># Error: no snippet data for RedHatEnterpriseLinux7_post ># Error: no snippet data for system_post >%end > ># Disable rhts-compat for Fedora15 and newer. >%post --log=/dev/console >cat >> /etc/profile.d/task-overrides-rhts.sh <<END >export RHTS_OPTION_COMPATIBLE= >export RHTS_OPTION_COMPAT_SERVICE= >END >%end > > >
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 Raw
Actions:
View
Attachments on
bug 872413
:
636912
|
636913
|
636914
|
636915
|
636916
|
636917
|
636918
|
636919
|
636920
|
636921
|
636922
|
636923
|
636924
| 636925 |
636926
|
636927