Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

7584 Improve 'zpool labelclear' command #424

Closed
wants to merge 15 commits into from

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    4e55a80 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    ccdede9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31452fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c876bde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1561da9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72b508c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c94b7fd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Use C99_ENABLE macro

    martymac committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    22fe1ea View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Check label validity by default and remove option '-c'

    (one can still override checks using option '-f')
    martymac committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    dc767f1 View commit details
    Browse the repository at this point in the history
  2. Invalidate labels the minimal way by default

    (option '-m' becomes option '-w' to zero labels entirely as was done before)
    martymac committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    81bb4c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    8c9eeb3 View commit details
    Browse the repository at this point in the history
  2. Specify -f twice to treat invalid labels as valid

    (an exported pool already needs option -f to clear labels: we cannot use a
    single -f to handle invalid labels as well)
    martymac committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    e0dbeda View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Configuration menu
    Copy the full SHA
    7485b1b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Move VDEV_LABELS definition to sys/fs/zfs.h

    - this removes compilation warnings about static unused abd_* functions related
    to inclusion of sys/vdev_impl.h.
    - while here, also remove definition of -unused- VDEV_BEST_LABEL.
    martymac committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    7be4c74 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Merge branch 'master' of https://github.com/openzfs/openzfs into zpoo…

    …l-labelclear-improvements
    martymac committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    29d743b View commit details
    Browse the repository at this point in the history