Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Re-inserted a rm statement for firstboot file #74

Conversation

ssorenso
Copy link

@ssorenso ssorenso commented Jul 26, 2017

Issues:
Fixes #75

Problem:

  • The firstboot is given to the BIG-IP from onboarding
  • After the initial, firstboot init cycle, this file should be removed
    • Without it's removal config collisions could occur
    • Without it's removal reboot cycles take longer

Analysis:

  • This inserts the removal statement after all first boot inits

Tests:
None. This is a startup scripting for onboarding. While we have some
tests in regards to this, it would be very difficult to tell whether or
not the first boot init was done twice after a reboot.

Assignee:
@richbrowne

Reviewers:
@pjbreaux

What this change addresses:

This change will delete the /config/firstboot file introduced by the onboarding scripting. This will prevent subsequent boot sessions from performing the initial boot cycle, which costs time and resource preventing the BIG-IP from booting as quickly.

Where should the reviewer start:

This is a simple change and only adds 1 if/then statement. This should be the focus.

Issues:
Fixes F5Networks#75

Problem:
* The firstboot is given to the BIG-IP from onboarding
* After the initial, firstboot init cycle, this file should be removed
  * Without it's removal config collisions could occur
  * Without it's removal reboot cycles take longer

Analysis:
* This inserts the removal statement after all first boot inits

Tests:
None.  This is a startup scripting for onboarding.  While we have some
tests in regards to this, it would be very difficult to tell whether or
not the first boot init was done twice after a reboot.
@ssorenso ssorenso force-pushed the bugfix.liberty.firstboot_file_removal_26 branch from 8437f81 to 1c41271 Compare July 26, 2017 16:33
Copy link
Contributor

@pjbreaux pjbreaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking at this.

@richbrowne richbrowne merged commit 618327a into F5Networks:liberty Jul 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants