- 24 Apr, 2023 2 commits
-
-
Ameer Hamza authored
Ticket: NAS-121406
-
Caleb St. John authored
-
- 23 Apr, 2023 1 commit
-
-
Caleb authored
-
- 21 Apr, 2023 17 commits
-
-
Caleb St. John authored
-
Caleb St. John authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
This reverts commit 2e30220ee65e577b00c3583b8e31b517536d4438.
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
themylogin authored
* SQLAlchemy 1.4 compatibility * Expand `__[POSTCOMPILE_encrypted_provider_1` into valid SQL syntax SQLAlchemy includes a variant on a bound parameter known as `BindParameter.expanding`, which is a “late evaluated” parameter that is rendered in an intermediary state when a SQL construct is compiled, which is then further processed at statement execution time when the actual known values are passed. “Expanding” parameters are used for `ColumnOperators.in_()` expressions by default so that the SQL string can be safely cached independently of the actual lists of values being passed to a particular invocation of `ColumnOperators.in_()`. We need to render the `IN` clause with real bound parameter symbols as we store these statements in HA database journal and execute them in a lower-level connection that does not support these SQLAlchemy substitutions.
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Waqar Ahmed authored
-
Caleb St. John authored
* fix failover event logic on inital HA config * explicitly start fenced on zpool creation * move fenced tests after pool creation
-
- 20 Apr, 2023 2 commits
-
-
Caleb St. John authored
-
themylogin authored
-
- 19 Apr, 2023 7 commits
-
-
Caleb St. John authored
-
M. Rehan authored
-
themylogin authored
-
themylogin authored
-
themylogin authored
-
themylogin authored
-
Caleb St. John authored
-
- 18 Apr, 2023 6 commits
-
-
Caleb St. John authored
-
mgrimesix authored
Update the FTPModel to match settings from the DB. Added backport-22.12.3 label.
-
Caleb St. John authored
-
Caleb St. John authored
* create LocalUsername schema and call it * persistent spelling * add unit tests * update comment and unit test * forgot import
-
Andrew Walker authored
This method uses a temporary glusterfs filesystem handle to recursively remove all items in specified path.
-
Caleb St. John authored
-
- 17 Apr, 2023 1 commit
-
-
Andrew Walker authored
The docstring was copy-pasted from unlink function.
-
- 14 Apr, 2023 1 commit
-
-
Andrew Walker authored
* use python libgfapi bindings to read / write configuration files that reside on glusterfs volumes * shift the cached glusterfs volume handles to a common utils class shared between multiple middleware plugins * remove usage of hard-coded paths under /cluster for clustered config and state files These steps are significant progress toward deprecating the dedicated ctdb_shared_volume
-
- 13 Apr, 2023 2 commits
-
-
Caleb St. John authored
* fix core.debug and remove dead code * remove from debian/control
-
M. Rehan authored
-
- 12 Apr, 2023 1 commit
-
-
mgrimesix authored
-