IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
and change 'two' to 'some', because we have now a 'more' button, and
maybe want to have more buttons in the future with multiple options
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Allow to use space better on higher resolutions.
Names, Defaults and Types can be read comfortably without the need of
resizing the colum width manually each time.
Cleanup trailing whithespace in the surrounding area.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Otherwise the disk import may fail on block storages requiring
volumes size to be a multiple of the block size, like ZFS.
This fixes the error:
'volume size must be a multiple of volume block size'
when importing the generated disk image as a zvol.
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
Further:
* explain the different services for RBD use
* be clear about Ceph OSD types
* more detail about pools and its PGs
* move links into footnotes
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Add two new make targets 'update-static', 'clean-static' which split
out functionality from the 'update' target.
As the latter uses the long duration `make all` anybody which just
wants to see the current synopsis (e.g., when improving a chapter)
spends a lot time waiting here.
The new target clean or update (generate) specifically just the
synopsis, opts, apidata and firewall macro files from the current
installed package versions, allowing faster build times when one does
frequent edit-build cycles.
Also :
* explain more clearly when PVE switched to persistent device naming. (5.0)
* use eno1 instead of eno0 everywhere when refering to the first onboard device
* use IP addresses from the range IPv4 Address Blocks for Documentation
(rfc5737) instead of private IPv4 addresses when giving examples of public IPs
ddouble words found with /(\b\S+\b)\s+\b\1\b/
(the silver searcher `ag` can find matches even with newlines in
between without extra flags)
Adapt some wording when touching the lines.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
using a single hour and a range, does still respect the minutes also for
the single hour
also the repetition counts for the value left of it, not for the whole
timestamp (eg. 1:0/5 means the every 5 minutes not every 5 hours)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
when giving a starting hour, note that it only starts at this exact
hour, even when repetition is on, else it sounds like it goes on for
the rest of the day
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>