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: github-clonner/ansible-lvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: HanXHX/ansible-lvm
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.
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 27, 2019

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

Commits on Oct 31, 2019

  1. Moved filessytem resize feature to LVOL task & refactoring

    - Ansible 2.5 added support for resizing underlaying fs at lvol module.
    It enables to schrink filesystem, unlike filesytem module.
    
    - Added option to define state of managed VGs and LVs (to remove them)
    elcomtik committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    04d879e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af4ffe View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Merge pull request HanXHX#8 from elcomtik/master

    tasks/manage_lvm.yml: Moved filesytem resize feature to LVOL task & refactoring
    HanXHX authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    84e816f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Fix deprecation warning

    ```
    [DEPRECATION WARNING]: Invoking "yum" only once while using a loop via squash_actions is deprecated.
    Instead of using a loop to supply multiple items and specifying `name: "{{ item }}"`, please use `name:
    ['system-storage-manager', 'sg3_utils', 'lvm2']` and remove the loop. This feature will be removed in
    version 2.11. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.```
    rndmh3ro authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d776713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b1ab5f View commit details
    Browse the repository at this point in the history
  3. remove empty line

    rndmh3ro authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    017d3c0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request HanXHX#9 from rndmh3ro/patch-1

    Fix deprecation warning
    HanXHX authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    4d1af5e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    27f851e View commit details
    Browse the repository at this point in the history
  2. Merge pull request HanXHX#10 from neubi4/master

    fix empty with_items statement in debian task
    HanXHX authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7913228 View commit details
    Browse the repository at this point in the history
Loading