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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Mirroring pve-storage commit 7669a99 ("drop support for using
GlusterFS directly"). Native GlusterFS support will not be available
for PVE 9, one still can manually mount and use such a storage as
directory storage though, or keep using PVE 8 until EOL and use that
time for migrating to e.g. Ceph or the like.
The main reason is that upstream has stopped development and various
integrations are planned to go away soon, like the QEMU one. That's
why we cannot promote it as stable storage for PVE 9.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Mostly adds a history overview for PVE 5 and newer releases.
The existing history was only touched up a bit language wise, the diff
looks more involved due to formatting the text with an 80 character
column limit, use git diff's word-diff feature to see what actually
changed there.
Authored-by: Dominik Bohn <d.bohn@proxmox.com>
[TL: add more links to external and internal references]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
checked if they work -- some returned certificate errors so didn't
change those ones.
also updated some that didn't point to the right thing (open-iscsi, and
the list of supported CPUs was returning empty).
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This change should help to make the meanwhile extensive documentation
about ceph more visible, therefore ceph now has it's own chapter which
is sorted more reasonable after the storage chapter. The formerly known
"hyper converged infrastructure" chapter is now integrated in the intro
chapter, as it only contains some general information about this topic,
which is not specific for ceph.
Signed-off-by: Tim Marx <t.marx@proxmox.com>
Explain where to find the source code for translation and
how to work with it, especially encouraging contributions
of non-developers.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
As sheepdog is no longer actively maintained according to one of the
developers, it is planed to remove it for the upcomming version 6 of
Proxmox VE.
This removes mentions of sheepdog from the docs - at least from the
parts which are not auto-generated and thus must wait for PVE 6.0
when also the plugin will be removed.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
especially:
- filesystem -> file system
- mountpoint -> mount point
- lxc -> LXC
- pve -> PVE
- it's -> its (where appropriate)
- VM´s -> VMs (and similar)
- Ressource -> Resource
- maximal -> maximum or at most
- format of section headers and block headers
reformat most existing 'text' as either `text` or ``text''
reformat most existing "text" as either ``text'' or `text`
reformat 'x' as `x`
harmonize bullet list syntax to use '*' instead of '-'