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

Looser check #15

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Looser check #15

wants to merge 15 commits into from

Commits on Feb 14, 2015

  1. Added _netdev to default mount options to avoid mount failures when n…

    …etwork is not yet ready
    mat1010 committed Feb 14, 2015
    Configuration menu
    Copy the full SHA
    b9660cb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Added the possibility to change the fstype if required to *nfs'. Defa…

    …ult is 'glusterfs'.
    mat1010 authored and igalic committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    30260bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0466b View commit details
    Browse the repository at this point in the history
  3. mount resource cannot be remounted, unsupported in gluster-fuse

    Signed-off-by: Christophe Vanlancker <[email protected]>
    carroarmato0 authored and igalic committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    c8f8ffe View commit details
    Browse the repository at this point in the history
  4. Allow distinguishing between gluster::mount title and path to avoid d…

    …ouble entries in fstab
    
    Signed-off-by: Christophe Vanlancker <[email protected]>
    carroarmato0 authored and igalic committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    db9d9ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ab7c6 View commit details
    Browse the repository at this point in the history
  6. Update 'unless' condition before triggering a glusterfs volume startup.

    IMHO, previous 'unless' statement was ineffective to prevent successive attempts of volume startup
    leading to multiple log entries.
    gbossert authored and igalic committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    bf2f86e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e23fced View commit details
    Browse the repository at this point in the history
  8. Some minor fixes

     - Do not probe local host
     - Fix the checking of the Started condition of the volume.
    daveseff authored and igalic committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    b7a47d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1175650 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ada5a12 View commit details
    Browse the repository at this point in the history
  11. param-etrize glusterfs service name

    we use the params pattern here, while at the same time making
    service_name overwritable as parameter.
    
    n.b.: we could/should do this for all other parameters.
    igalic committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    529d7c9 View commit details
    Browse the repository at this point in the history
  12. param-etrize glusterfs client package name

    again we expose the client package name through as class parameter,
    determining the value through glusterfs::params.
    igalic committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    3e3f3ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0dbe44d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. do a loser check on peer's hostname

    this way we can match against the fqdn as well as the hostname
    igalic committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    2f39f80 View commit details
    Browse the repository at this point in the history