NAS-138549 / 25.10.1 / Clarify error message about user homedir path (by anodos325) (#17644)
This commit clarifies the error message we generate when a user tries to
create a local account with a public key while their home directory is
set to /var/empty.
Original PR: https://github.com/truenas/middleware/pull/17643
Co-authored-by: Andrew Walker <andrew.walker at truenas.com>
Clarify error message about user homedir path
This commit clarifies the error message we generate when a user
tries to create a local account with a public key while their
home directory is set to /var/empty.
(cherry picked from commit 7fceb5f6d98b26053109abc4db089c1db8c0edb4)
NAS-138549 / 26.04 / Clarify error message about user homedir path (#17643)
This commit clarifies the error message we generate when a user tries to
create a local account with a public key while their home directory is
set to /var/empty.
NAS-138584 / 26.04 / Unify Docker registry mirrors handling (#17577)
Unify Docker registry mirrors handling by consolidating secure and
insecure mirrors into a single 'registry_mirrors' field across models
and database schema.
---
Docker has 2 lists for the registry mirrors.
`registry-mirrors` where it can contain both insecure and secure
mirrors.
This is the list that queries **IN DEFINED ORDER**.
`insecure-registries` where you list the registries that docker can
expect failures on TLS or are plain http.
Given the following mirrors:
- https://my.public.secure.mirror
- http://my.local.insecure.mirror
[20 lines not shown]
Clarify error message about user homedir path
This commit clarifies the error message we generate when a user
tries to create a local account with a public key while their
home directory is set to /var/empty.
NAS-138557 / 26.04 / Register datastore-emitted events manually (#17629)
As other events registered in the plugin setup functions, this must be
explicitly declared in the corresponding service classes in order to be
seen by the documentation builder.
NAS-138591 / 26.04 / Add proper docstring for container's gpu pci addr field (#17638)
## Context
We are missing description on a field which is resulting in failing
flake8.