mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
76 lines
4.1 KiB
JSON
76 lines
4.1 KiB
JSON
{
|
|
"name": "storage",
|
|
"requires": {
|
|
"cockpit": "266"
|
|
},
|
|
"conditions": [
|
|
{"path-exists": "/usr/share/dbus-1/system.d/org.freedesktop.UDisks2.conf"}
|
|
],
|
|
|
|
"tools": {
|
|
"index": {
|
|
"label": "Storage",
|
|
"order": 30,
|
|
"docs": [
|
|
{
|
|
"label": "Managing partitions",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-partitions-using-the-web-console_system-management-using-the-rhel-8-web-console"
|
|
},
|
|
{
|
|
"label": "Managing NFS mounts",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-nfs-mounts-in-the-web-console_system-management-using-the-rhel-8-web-console"
|
|
},
|
|
{
|
|
"label": "Managing RAIDs",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-redundant-arrays-of-independent-disks-in-the-web-console_system-management-using-the-rhel-8-web-console"
|
|
},
|
|
{
|
|
"label": "Managing LVMs",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/using-the-web-console-for-configuring-lvm-logical-volumes_system-management-using-the-rhel-8-web-console"
|
|
},
|
|
{
|
|
"label": "Managing physical drives",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/using-the-web-console-for-changing-physical-drives-in-volume-groups_system-management-using-the-rhel-8-web-console"
|
|
},
|
|
{
|
|
"label": "Managing VDOs",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/using-the-web-console-for-managing-virtual-data-optimizer-volumes_system-management-using-the-rhel-8-web-console"
|
|
},
|
|
{
|
|
"label": "Using LUKS encryption",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/locking-data-with-luks-password-in-the-rhel-web-console_system-management-using-the-rhel-8-web-console"
|
|
},
|
|
{
|
|
"label": "Using Tang server",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/configuring-automated-unlocking-using-a-tang-key-in-the-web-console_system-management-using-the-rhel-8-web-console"
|
|
}
|
|
],
|
|
"keywords": [
|
|
{
|
|
"matches": ["filesystem", "partition", "nfs", "raid", "volume", "disk", "vdo", "iscsi", "drive", "mount", "unmount", "udisks", "mkfs", "format", "fstab", "lvm2", "luks", "encryption", "nbde", "tang"]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
|
|
"config": {
|
|
"nfs_client_package": {
|
|
"rhel": "nfs-utils", "fedora": "nfs-utils",
|
|
"opensuse": "nfs-client", "opensuse-leap": "nfs-client",
|
|
"debian": "nfs-common", "ubuntu": "nfs-common",
|
|
"arch": "nfs-utils"
|
|
},
|
|
"vdo_package": { "rhel": "vdo", "centos": "vdo" },
|
|
"stratis_package": { "fedora": "stratisd",
|
|
"centos": "stratisd",
|
|
"arch": "stratisd",
|
|
"platform:el9": "stratisd"
|
|
},
|
|
"nbde_root_help": { "fedora": true,
|
|
"centos": true,
|
|
"rhel": true
|
|
}
|
|
},
|
|
"content-security-policy": "img-src 'self' data:"
|
|
}
|