You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Julien Girardin 3e303bea4c List correctly current PV in "lvg" module: fix lvg reduce (#49731)
* Refactor integration test for lvg module to introduce grow/reduce test

* List correctly current PV in lvg module: fix lvg reduce

Previous behaviour was to only take into account PV passed in 'pvs'
argument. This lead to reduce not working as expecting:

* with state=present and list of wanted pvs, lvg found only the pvs to
  add or already present and ignored the pv to remove (obviously absent
  from the list of given PV)

* with state=absent and a pv to remove, lvg found that the remaining pvs
  list is empty (ignoring possible other PV in the vg) and decides to
  remove the vg entirely (as supposely no PV are left anymore to store
  lvm metadata)

* Add changelog fragment
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration List correctly current PV in "lvg" module: fix lvg reduce (#49731) 6 years ago
legacy Update bare exceptions to specify Exception. 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Add OverlayFS work-around for CloudStack tests. 6 years ago
sanity Add retries for Invoke-ScriptAnalyzer in pslint. 6 years ago
units Rewrite (#49570) 6 years ago
utils Fix passing of env vars to Shippable. 6 years ago