Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marthag8/zpool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Adallom/zpool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 12, 2015

  1. Changed logging a bit

    aviadrav committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    f4c26e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. Added many logging messages (most of which are disabled).

    Added the entities function the use a hash to create the zpool.
    Added a protection against someone tying to push a "tree" into a "disks" attribute (which used to be possible)
    Added a wait for pool to become online function, which is used when an entity is created.
    Added a duplication detection function that will fail the run, if a configuration that asks a device to exists in two vdevs.
    Added a function that collects all the disks used on the system for pools, and doesn't allow a device to be used if it already in use in another pool.
    Thanks to Bar's help, the entities can be nested (like the log example), with a deep traversal function
    Added entities type of "resource".
    Added description of new functionality to README.md and better explained the already existing one.
    Incremented version to 0.0.4
    aviadrav committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    8292635 View commit details
    Browse the repository at this point in the history
  2. Fixed README.md format.

    aviadrav committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    8ba5d70 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    aviadrav committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    ee5aac6 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    aviadrav committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    a018be5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. Update README.md

    aviadrav committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    47eca70 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    aviadrav committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    180af9f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Changed behavior of missing device to only "Next" if not specifically…

    … noted to "halt gears".
    
    Added "graceful" directive to toggle the "halt gears" behavior.
    Corrected the wrong default assignment of an array, for the entities hash, if no entity was passed to the provider to be created for the pool.
    aviadrav committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    56e55ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a4ef6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. Added support for using a regular "file" as a vdev.

    Added documentation.
    aviadrav committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    2056130 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Configuration menu
    Copy the full SHA
    0a225f7 View commit details
    Browse the repository at this point in the history
Loading