Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support sles12sp3 servicenode installation #5426

Merged
merged 2 commits into from
Jul 24, 2018
Merged

support sles12sp3 servicenode installation #5426

merged 2 commits into from
Jul 24, 2018

Conversation

bybai
Copy link
Contributor

@bybai bybai commented Jul 24, 2018

For #5417:
Before this fix, the xcatpostinit1.service will run with YaST2 Second Stage in parallel:

[  OK  ] Stopped wicked managed network interfaces.
         Starting wicked managed network interfaces...
[  OK  ] Started xcat service on compute nod...otscript and update node status.
[  OK  ] Started wicked managed network interfaces.
stty: 'standard input': unable to perform all requested operations
[  OK  ] Stopped Setup Virtual Console.
         Stopping Setup Virtual Console...
         Starting Setup Virtual Console...
[  OK  ] Started Setup Virtual Console.
[  OK  ] Started YaST2 Second Stage.
         Starting Autoyast2 Init Scripts...
         Starting Load kdump kernel and initrd...
[  OK  ] Started Autoyast2 Init Scripts.
         Starting Permit User Sessions...
[  OK  ] Started Permit User Sessions.
         Starting Hold until boot process finishes up...
         Starting Terminate Plymouth Boot Screen...

After code fix, the process is following,xcatpostinit1.service will run after Starting Autoyast2 Init Scripts, based on https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_autoyast.html#CreateProfile.Firstboot,

         Stopping wicked managed network interfaces...
[  OK  ] Stopped wicked managed network interfaces.
         Starting wicked managed network interfaces...
[  OK  ] Started wicked managed network interfaces.
stty: 'standard input': unable to perform all requested operations
[  OK  ] Stopped Setup Virtual Console.
         Stopping Setup Virtual Console...
         Starting Setup Virtual Console...
[  OK  ] Started Setup Virtual Console.
[  OK  ] Started YaST2 Second Stage.
         Starting Autoyast2 Init Scripts...
         Starting xcat service on compute no...script and update node status...
[  OK  ] Started Autoyast2 Init Scripts.
         Starting Permit User Sessions...
[  OK  ] Started Permit User Sessions.
         Starting Hold until boot process finishes up...
         Starting Terminate Plymouth Boot Screen...

Welcome to SUSE Linux Enterprise Server 12 SP3  (ppc64le) - Kernel 4.4.73-5-default (hvc0).
c910f03c09k13 login:

c910f03c09k13:~ # tail -f /var/log/xcat/xcat.log
+ [[ sles12.3 != sles11* ]]
+ service network stop
+ '[' 1 = 1 ']'
+ set +x
Tue Jul 24 07:19:23 EDT 2018 [info]: xcat.xcatinstallpost: Running /xcatpost/mypostscript.post
Tue Jul 24 07:19:23 EDT 2018 [info]: xcat.mypostscript: Running postbootscript: otherpkgs
Tue Jul 24 07:20:21 EDT 2018 [info]: xcat.mypostscript: postbootscript otherpkgs return with 0
Tue Jul 24 07:20:21 EDT 2018 [debug]: xcat.mypostscript: node booted, reporting status...
Tue Jul 24 07:20:21 EDT 2018 [info]: xcat.mypostscript: provision completed.(c910f03c09k13)
Tue Jul 24 07:20:21 EDT 2018 [info]: xcat.xcatinstallpost: /xcatpost/mypostscript.post return

@bybai bybai requested a review from immarvin July 24, 2018 09:15
@bybai bybai added this to the 2.14.3 milestone Jul 24, 2018
@bybai bybai added the sprint1 label Jul 24, 2018
@xcatbot
Copy link

xcatbot commented Jul 24, 2018

CI CHECK RESULT : > PR FORMAT CORRECT> BUILD SUCCESSFUL > INSTALL XCAT SUCCESSFUL> CODE SYNTAX CORRECT> FAST REGRESSION TEST Successful: Totalcase 215 Passed 215 Failed 0

@immarvin
Copy link
Contributor

i am ok with the change, merge to verify under automation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants