Report error in documentation

IsThisThingOn

Well-Known Member
Nov 26, 2021
254
102
48
https://pbs.proxmox.com/docs/storage.html#disk-management

states:
You can use <span>disk</span> <span>fs</span> <span>list</span> and <span>disk</span> <span>zpool</span> <span>list</span> to keep track of yourfilesystems and zpools respectively.
(that formatting looks corious :))
Anyway, I think disk zpool list should be zpool list instead, since disk is not a command.

Which leads me to my next questions, where to report stuff like this?
And why is Proxmox not using some kind of collaborative doc? Legacy?
For most other projects I would simply open up a pull request.
 
Anyway, I think disk zpool list should be zpool list instead, since disk is not a command.
This is probably a little confusing, but this is meant as proxmox-backup-manager disk zpool list. I guess it was assumed that from context that would be clear and that you don't need the somewhat convoluted “proxmox-backup-manager” in-front of every command in the text.
Which leads me to my next questions, where to report stuff like this?
And why is Proxmox not using some kind of collaborative doc? Legacy?
For most other projects I would simply open up a pull request.
For just reporting bugs you can use our Bugzilla [1], if you want to contribute to the project, you will need to send patches to the mailing list. I'd recommend you read the developer documentation [2] before doing so though.

[1]: https://bugzilla.proxmox.com/
[2]: https://pbs.proxmox.com/wiki/index.php/Developer_Documentation
 
  • Like
Reactions: IsThisThingOn
This is probably a little confusing, but this is meant as proxmox-backup-manager disk zpool list. I guess it was assumed that from context that would be clear and that you don't need the somewhat convoluted “proxmox-backup-manager” in-front of every command in the text.
Ahh cheers for that. I jumped there by using search. Now I have to read up on why I would use the proxmox-backup-manager command instead of zpool which seems to be supirior at first glance.

Thanks for the bugzilla hint, totally forgot I already used it in the past for Proxmox :)
 
Last edited: