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

St 1 ephemeral previously formatted #28

Merged
merged 18 commits into from
Apr 8, 2015

Commits on Apr 3, 2015

  1. ST-1 Write over first 512 bytes of ephemeral devices to remove format…

    … signatures.
    Lopaka Delp committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    ccb3247 View commit details
    Browse the repository at this point in the history
  2. ST-1 Bump version to 1.0.9.

    Lopaka Delp committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    5ed50cd View commit details
    Browse the repository at this point in the history
  3. ST-1 Add a log line when preparing ephemeral device.

    Lopaka Delp committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    f765979 View commit details
    Browse the repository at this point in the history
  4. ST-1 Use wipefs instead of IO.write.

    Lopaka Delp committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    450b81e View commit details
    Browse the repository at this point in the history
  5. ST-1 fix syntax error passing correct flag.

    Lopaka Delp committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    30585ae View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. ST-1 RHEL|CentOS 7 uses XFS by default.

    Lopaka Delp committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    fabe644 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. ST-1 Update comment to reflect using wipefs.

    Lopaka Delp committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    8c321a7 View commit details
    Browse the repository at this point in the history
  2. ST-1 Update CHANGELOG.md

    Lopaka Delp committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    3e56aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ac4767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ceb282 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2015

  1. ST-1 Additional updates to kitchen tests handling xfs and ext4 filesy…

    …stems.
    Lopaka Delp committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    b5cc425 View commit details
    Browse the repository at this point in the history
  2. ST-1 Update tests to confirm the correct filesystem type is being use…

    …d based on OS. Remove setting of ephemeral_lvm:filesystem to use default values.
    Lopaka Delp committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    efc3fb4 View commit details
    Browse the repository at this point in the history
  3. ST-1 Wipe ephemeral devices in converge and check if volume group alr…

    …eady exists which determines that lvm already is setup so need to run wipefs.
    Lopaka Delp committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    8762762 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. ST-1 Using value_for_platform_family to set ephemeral_lvm/filesystem …

    …in attributes/default.rb.
    Lopaka Delp committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    88ce8c2 View commit details
    Browse the repository at this point in the history
  2. ST-1 Specify rhel family version to set xfs to.

    Lopaka Delp committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    5a1b164 View commit details
    Browse the repository at this point in the history
  3. ST-1 using node[platform_family] to set ephemeral_lvm/filesystem defa…

    …ult due to RS not interpreting value_for_platform_family correctly.
    Lopaka Delp committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    fcccd95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715075c View commit details
    Browse the repository at this point in the history
  5. ST-1 Replicate changes from defaults/bats/verify_ephemeral.bats to gc…

    …e/bats/verify_ephemeral.bats.
    Lopaka Delp committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    efe11ad View commit details
    Browse the repository at this point in the history