1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
patchback[bot] 61de9ce51c
filesystem: extend support for FreeBSD (#2902) (#2983)
* extend support for FreeBSD

* Check if FS exists with `fstyp` if `blkid` fails to find FS signature
  (fix a potential data loss)
* Add support for FreeBSD special devices (character devices).
* Add support for FreeBSD native fstype (UFS).
* Update DOCUMENTATION accordingly.

* add/update integration tests

* Add tests for `fstype=ufs` on FreeBSD.
* Run `remove_fs` tests (`state=absent`) on FreeBSD.
* Run `overwrite_another_fs` tests on FreeBSD.

* add a changelog fragment

* fix indentation

* restrict new tests to regular files

* fix typo

* fix searching of providersize (block count)

* add '-y' option to growfs command

* remove references to versions older than the collection itself

* bump version adding new feats to 3.4.0

* reformat *collection* and *version added* for better DOCUMENTATION parsing

* skip tests for FreeBSD < 12.2

* run tests for FreeBSD >= 12.2

* re-enable tests for FreeBSD < 12.2 and give it a try with group1

* util-linux not available on FreeBSD < 12.2

(cherry picked from commit 9023d4dba1)

Co-authored-by: quidame <quidame@poivron.org>
2021-07-10 16:56:09 +02:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
2902-filesystem_extend_freebsd_support.yml filesystem: extend support for FreeBSD (#2902) (#2983) 2021-07-10 16:56:09 +02:00
2913-archive-dest_state.yml archive - adding dest_state return value and enhancing integration tests. (#2913) (#2973) 2021-07-10 13:19:53 +02:00
2948-jenkins_job_info-remove_necessities_on_password_or_token.yml jenkins_job_info: Remove necessities of password or token. (#2948) (#2961) 2021-07-09 08:52:10 +02:00
2949-add_authentication-flow-binding_keycloak-client.yml Add option to the keycloak_client module (#2949) (#2962) 2021-07-09 08:51:55 +02:00
2960-launchd-validation-check.yaml launchd - fixed validation check (#2960) (#2976) 2021-07-10 13:22:41 +02:00
2967-proxmox_inventory-offline-node-fix.yml proxmox inventory - fix parsing for offline nodes (#2967) (#2985) 2021-07-10 16:55:57 +02:00