├── .vscode ├── configurationCache.log ├── dryrun.log ├── settings.json └── targets.log ├── Makefile ├── README.md ├── make.bat ├── requirements.txt └── source ├── _bibliography └── index.md ├── _frequently_asked_questions_2 ├── index.rst └── questions.md ├── _important_service_daemons ├── index.rst └── service.md ├── _introduction ├── HAcluster.rst ├── centermgr.rst ├── doc.rst ├── firewall.rst ├── history.rst ├── index.rst ├── networkemu.rst ├── one.rst ├── opensoure.rst ├── storagetype.rst ├── support.rst ├── vmbackupandretore.rst └── youshi.rst ├── _useful_command_line_tools ├── cmdtool.md └── index.rst ├── chapter_gui ├── Features.md └── index.rst ├── chapter_ha_manager ├── Configuration.md ├── Error_Recovery.md ├── Fencing.md ├── HA_Simulator.md ├── How_It_Works.md ├── Management_Tasks.md ├── Node_Maintenance.md ├── Package_Updates.md ├── Requirements.md ├── Resources.md ├── Start_Failure_Policy.md └── index.rst ├── chapter_installation ├── index.rst ├── installmedia.rst └── requirt.rst ├── chapter_pct ├── Configuration.md ├── Container.md ├── Container_Settings.md ├── Container_Storage.md ├── Guest_Operating_System_Configuration.md ├── Managing_Containers_with_pct.md ├── Migration.md ├── Replication_of_Containers_mount_points.md ├── Security_Considerations.md ├── index.rst ├── locks.md ├── pcttech.md └── supportdist.md ├── chapter_pmxcfs ├── index.rst └── posix.md ├── chapter_pve_firewall ├── Configuration_Files.md ├── Default_firewall_rules.md ├── Firewall_Rules.md ├── IP_Aliases.md ├── IP_Sets.md ├── Logging_of_firewall_rules.md ├── Notes_on_IPv6.md ├── Ports_used_by_Proxmox_VE.md ├── Security_Groups.md ├── Services_and_Commands.md ├── Tips_and_Tricks.md ├── Zones.md └── index.rst ├── chapter_pveceph ├── Precondition.md ├── cephclient.md ├── cephcrush.md ├── cephfs.md ├── cephgmr.md ├── cephmaintenance.md ├── cephmon.md ├── cephmonitoring.md ├── cephosd.md ├── cephpools.md ├── index.rst └── initceph.md ├── chapter_pvecm ├── Adding_Nodes_to_the_Cluster.md ├── Cluster_Cold_Start.md ├── Cluster_Network.md ├── Corosync_Configuration.md ├── Corosync_External_Vote_Support.md ├── Corosync_Redundancy.md ├── Create_a_Cluster.md ├── Guest_Migration.md ├── Preparing_Nodes.md ├── Quorum.md ├── Remove_a_Cluster_Node.md ├── Requirements.md ├── Role_of_SSH_in_Proxmox_VE_Clusters.md ├── createcluster.png └── index.rst ├── chapter_pvesdn ├── Basic_Overview.md ├── Controllers.md ├── DNS.md ├── Examples.md ├── IPAMs.md ├── Installation.md ├── Notes.md ├── VNets.md ├── Zones.md └── index.rst ├── chapter_pvesr ├── index.rst └── supporttype.md ├── chapter_storage ├── brtfs.md ├── cephfs.md ├── cifsstorage.md ├── dirstorage.md ├── glusterfsstorage.md ├── index.rst ├── iscsidirect.md ├── lvmstorage.md ├── lvmthinstorage.md ├── nfsstorage.md ├── openiscsi.md ├── pbsstorage.md ├── rbd.md ├── storagecmdline.md ├── storageconfig.md ├── type.md ├── volume.md ├── zfsoveriscsi.md └── zfsstorage.md ├── chapter_system_administration ├── ExtMetricServer.md ├── aptsource.md ├── brtfs.md ├── certmgr.md ├── diskhl.md ├── index.rst ├── lvm.md ├── netconfig.md ├── nodeboot.md ├── nodemgr.md ├── syssoftupdate.md ├── timesync.md └── zfs.md ├── chapter_user_management ├── API_Tokens.md ├── Authentication_Realms.md ├── Command_Line_Tool.md ├── Groups.md ├── Permission_Management.md ├── Real_World_Examples.md ├── Resource_Pools.md ├── Two-Factor_Authentication.md ├── Users.md ├── gui-datacenter-role-add.png └── index.rst ├── chapter_virtual_machines ├── Hibernation.md ├── cloudinit.md ├── copyclone.md ├── edandpd.md ├── hookscript.md ├── importdisk.md ├── index.rst ├── migrate.md ├── pcipassthrough.md ├── qm.md ├── qmlock.md ├── template.md ├── vmconf.md ├── vmgenid.md └── vmsetting.md ├── chapter_vzdump ├── Backup_Encryption.md ├── Backup_File_Compression.md ├── Backup_File_Names.md ├── Backup_Retention.md ├── Backup_modes.md ├── Configuration.md ├── Examples.md ├── File_Exclusions.md ├── Hook_Scripts.md ├── Restore.md └── index.rst ├── conf.py └── index.rst /.vscode/configurationCache.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/.vscode/configurationCache.log -------------------------------------------------------------------------------- /.vscode/dryrun.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/.vscode/dryrun.log -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/targets.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/.vscode/targets.log -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/README.md -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/make.bat -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/requirements.txt -------------------------------------------------------------------------------- /source/_bibliography/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_bibliography/index.md -------------------------------------------------------------------------------- /source/_frequently_asked_questions_2/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_frequently_asked_questions_2/index.rst -------------------------------------------------------------------------------- /source/_frequently_asked_questions_2/questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_frequently_asked_questions_2/questions.md -------------------------------------------------------------------------------- /source/_important_service_daemons/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_important_service_daemons/index.rst -------------------------------------------------------------------------------- /source/_important_service_daemons/service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_important_service_daemons/service.md -------------------------------------------------------------------------------- /source/_introduction/HAcluster.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/HAcluster.rst -------------------------------------------------------------------------------- /source/_introduction/centermgr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/centermgr.rst -------------------------------------------------------------------------------- /source/_introduction/doc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/doc.rst -------------------------------------------------------------------------------- /source/_introduction/firewall.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/firewall.rst -------------------------------------------------------------------------------- /source/_introduction/history.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/history.rst -------------------------------------------------------------------------------- /source/_introduction/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/index.rst -------------------------------------------------------------------------------- /source/_introduction/networkemu.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/networkemu.rst -------------------------------------------------------------------------------- /source/_introduction/one.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/one.rst -------------------------------------------------------------------------------- /source/_introduction/opensoure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/opensoure.rst -------------------------------------------------------------------------------- /source/_introduction/storagetype.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/storagetype.rst -------------------------------------------------------------------------------- /source/_introduction/support.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/support.rst -------------------------------------------------------------------------------- /source/_introduction/vmbackupandretore.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/vmbackupandretore.rst -------------------------------------------------------------------------------- /source/_introduction/youshi.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_introduction/youshi.rst -------------------------------------------------------------------------------- /source/_useful_command_line_tools/cmdtool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_useful_command_line_tools/cmdtool.md -------------------------------------------------------------------------------- /source/_useful_command_line_tools/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/_useful_command_line_tools/index.rst -------------------------------------------------------------------------------- /source/chapter_gui/Features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_gui/Features.md -------------------------------------------------------------------------------- /source/chapter_gui/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_gui/index.rst -------------------------------------------------------------------------------- /source/chapter_ha_manager/Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Configuration.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Error_Recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Error_Recovery.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Fencing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Fencing.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/HA_Simulator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/HA_Simulator.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/How_It_Works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/How_It_Works.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Management_Tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Management_Tasks.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Node_Maintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Node_Maintenance.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Package_Updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Package_Updates.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Requirements.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Resources.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/Start_Failure_Policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/Start_Failure_Policy.md -------------------------------------------------------------------------------- /source/chapter_ha_manager/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_ha_manager/index.rst -------------------------------------------------------------------------------- /source/chapter_installation/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_installation/index.rst -------------------------------------------------------------------------------- /source/chapter_installation/installmedia.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_installation/installmedia.rst -------------------------------------------------------------------------------- /source/chapter_installation/requirt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_installation/requirt.rst -------------------------------------------------------------------------------- /source/chapter_pct/Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Configuration.md -------------------------------------------------------------------------------- /source/chapter_pct/Container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Container.md -------------------------------------------------------------------------------- /source/chapter_pct/Container_Settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Container_Settings.md -------------------------------------------------------------------------------- /source/chapter_pct/Container_Storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Container_Storage.md -------------------------------------------------------------------------------- /source/chapter_pct/Guest_Operating_System_Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Guest_Operating_System_Configuration.md -------------------------------------------------------------------------------- /source/chapter_pct/Managing_Containers_with_pct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Managing_Containers_with_pct.md -------------------------------------------------------------------------------- /source/chapter_pct/Migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Migration.md -------------------------------------------------------------------------------- /source/chapter_pct/Replication_of_Containers_mount_points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Replication_of_Containers_mount_points.md -------------------------------------------------------------------------------- /source/chapter_pct/Security_Considerations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/Security_Considerations.md -------------------------------------------------------------------------------- /source/chapter_pct/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/index.rst -------------------------------------------------------------------------------- /source/chapter_pct/locks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/locks.md -------------------------------------------------------------------------------- /source/chapter_pct/pcttech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/pcttech.md -------------------------------------------------------------------------------- /source/chapter_pct/supportdist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pct/supportdist.md -------------------------------------------------------------------------------- /source/chapter_pmxcfs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pmxcfs/index.rst -------------------------------------------------------------------------------- /source/chapter_pmxcfs/posix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pmxcfs/posix.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Configuration_Files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Configuration_Files.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Default_firewall_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Default_firewall_rules.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Firewall_Rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Firewall_Rules.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/IP_Aliases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/IP_Aliases.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/IP_Sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/IP_Sets.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Logging_of_firewall_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Logging_of_firewall_rules.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Notes_on_IPv6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Notes_on_IPv6.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Ports_used_by_Proxmox_VE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Ports_used_by_Proxmox_VE.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Security_Groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Security_Groups.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Services_and_Commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Services_and_Commands.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Tips_and_Tricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Tips_and_Tricks.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/Zones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/Zones.md -------------------------------------------------------------------------------- /source/chapter_pve_firewall/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pve_firewall/index.rst -------------------------------------------------------------------------------- /source/chapter_pveceph/Precondition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/Precondition.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephclient.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephcrush.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephcrush.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephfs.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephgmr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephgmr.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephmaintenance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephmaintenance.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephmon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephmon.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephmonitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephmonitoring.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephosd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephosd.md -------------------------------------------------------------------------------- /source/chapter_pveceph/cephpools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/cephpools.md -------------------------------------------------------------------------------- /source/chapter_pveceph/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/index.rst -------------------------------------------------------------------------------- /source/chapter_pveceph/initceph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pveceph/initceph.md -------------------------------------------------------------------------------- /source/chapter_pvecm/Adding_Nodes_to_the_Cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvecm/Adding_Nodes_to_the_Cluster.md -------------------------------------------------------------------------------- /source/chapter_pvecm/Cluster_Cold_Start.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Cluster_Network.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Corosync_Configuration.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Corosync_External_Vote_Support.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Corosync_Redundancy.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Create_a_Cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvecm/Create_a_Cluster.md -------------------------------------------------------------------------------- /source/chapter_pvecm/Guest_Migration.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Preparing_Nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvecm/Preparing_Nodes.md -------------------------------------------------------------------------------- /source/chapter_pvecm/Quorum.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Remove_a_Cluster_Node.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/Requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvecm/Requirements.md -------------------------------------------------------------------------------- /source/chapter_pvecm/Role_of_SSH_in_Proxmox_VE_Clusters.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source/chapter_pvecm/createcluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvecm/createcluster.png -------------------------------------------------------------------------------- /source/chapter_pvecm/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvecm/index.rst -------------------------------------------------------------------------------- /source/chapter_pvesdn/Basic_Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/Basic_Overview.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/Controllers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/Controllers.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/DNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/DNS.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/Examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/Examples.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/IPAMs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/IPAMs.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/Installation.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/Notes.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/VNets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/VNets.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/Zones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/Zones.md -------------------------------------------------------------------------------- /source/chapter_pvesdn/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesdn/index.rst -------------------------------------------------------------------------------- /source/chapter_pvesr/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesr/index.rst -------------------------------------------------------------------------------- /source/chapter_pvesr/supporttype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_pvesr/supporttype.md -------------------------------------------------------------------------------- /source/chapter_storage/brtfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/brtfs.md -------------------------------------------------------------------------------- /source/chapter_storage/cephfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/cephfs.md -------------------------------------------------------------------------------- /source/chapter_storage/cifsstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/cifsstorage.md -------------------------------------------------------------------------------- /source/chapter_storage/dirstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/dirstorage.md -------------------------------------------------------------------------------- /source/chapter_storage/glusterfsstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/glusterfsstorage.md -------------------------------------------------------------------------------- /source/chapter_storage/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/index.rst -------------------------------------------------------------------------------- /source/chapter_storage/iscsidirect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/iscsidirect.md -------------------------------------------------------------------------------- /source/chapter_storage/lvmstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/lvmstorage.md -------------------------------------------------------------------------------- /source/chapter_storage/lvmthinstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/lvmthinstorage.md -------------------------------------------------------------------------------- /source/chapter_storage/nfsstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/nfsstorage.md -------------------------------------------------------------------------------- /source/chapter_storage/openiscsi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/openiscsi.md -------------------------------------------------------------------------------- /source/chapter_storage/pbsstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/pbsstorage.md -------------------------------------------------------------------------------- /source/chapter_storage/rbd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/rbd.md -------------------------------------------------------------------------------- /source/chapter_storage/storagecmdline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/storagecmdline.md -------------------------------------------------------------------------------- /source/chapter_storage/storageconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/storageconfig.md -------------------------------------------------------------------------------- /source/chapter_storage/type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/type.md -------------------------------------------------------------------------------- /source/chapter_storage/volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/volume.md -------------------------------------------------------------------------------- /source/chapter_storage/zfsoveriscsi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/zfsoveriscsi.md -------------------------------------------------------------------------------- /source/chapter_storage/zfsstorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_storage/zfsstorage.md -------------------------------------------------------------------------------- /source/chapter_system_administration/ExtMetricServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/ExtMetricServer.md -------------------------------------------------------------------------------- /source/chapter_system_administration/aptsource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/aptsource.md -------------------------------------------------------------------------------- /source/chapter_system_administration/brtfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/brtfs.md -------------------------------------------------------------------------------- /source/chapter_system_administration/certmgr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/certmgr.md -------------------------------------------------------------------------------- /source/chapter_system_administration/diskhl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/diskhl.md -------------------------------------------------------------------------------- /source/chapter_system_administration/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/index.rst -------------------------------------------------------------------------------- /source/chapter_system_administration/lvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/lvm.md -------------------------------------------------------------------------------- /source/chapter_system_administration/netconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/netconfig.md -------------------------------------------------------------------------------- /source/chapter_system_administration/nodeboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/nodeboot.md -------------------------------------------------------------------------------- /source/chapter_system_administration/nodemgr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/nodemgr.md -------------------------------------------------------------------------------- /source/chapter_system_administration/syssoftupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/syssoftupdate.md -------------------------------------------------------------------------------- /source/chapter_system_administration/timesync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/timesync.md -------------------------------------------------------------------------------- /source/chapter_system_administration/zfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_system_administration/zfs.md -------------------------------------------------------------------------------- /source/chapter_user_management/API_Tokens.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/API_Tokens.md -------------------------------------------------------------------------------- /source/chapter_user_management/Authentication_Realms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Authentication_Realms.md -------------------------------------------------------------------------------- /source/chapter_user_management/Command_Line_Tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Command_Line_Tool.md -------------------------------------------------------------------------------- /source/chapter_user_management/Groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Groups.md -------------------------------------------------------------------------------- /source/chapter_user_management/Permission_Management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Permission_Management.md -------------------------------------------------------------------------------- /source/chapter_user_management/Real_World_Examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Real_World_Examples.md -------------------------------------------------------------------------------- /source/chapter_user_management/Resource_Pools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Resource_Pools.md -------------------------------------------------------------------------------- /source/chapter_user_management/Two-Factor_Authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Two-Factor_Authentication.md -------------------------------------------------------------------------------- /source/chapter_user_management/Users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/Users.md -------------------------------------------------------------------------------- /source/chapter_user_management/gui-datacenter-role-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/gui-datacenter-role-add.png -------------------------------------------------------------------------------- /source/chapter_user_management/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_user_management/index.rst -------------------------------------------------------------------------------- /source/chapter_virtual_machines/Hibernation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/Hibernation.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/cloudinit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/cloudinit.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/copyclone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/copyclone.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/edandpd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/edandpd.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/hookscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/hookscript.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/importdisk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/importdisk.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/index.rst -------------------------------------------------------------------------------- /source/chapter_virtual_machines/migrate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/migrate.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/pcipassthrough.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/pcipassthrough.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/qm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/qm.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/qmlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/qmlock.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/template.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/vmconf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/vmconf.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/vmgenid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/vmgenid.md -------------------------------------------------------------------------------- /source/chapter_virtual_machines/vmsetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_virtual_machines/vmsetting.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Backup_Encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Backup_Encryption.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Backup_File_Compression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Backup_File_Compression.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Backup_File_Names.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Backup_File_Names.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Backup_Retention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Backup_Retention.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Backup_modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Backup_modes.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Configuration.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Examples.md -------------------------------------------------------------------------------- /source/chapter_vzdump/File_Exclusions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/File_Exclusions.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Hook_Scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Hook_Scripts.md -------------------------------------------------------------------------------- /source/chapter_vzdump/Restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/Restore.md -------------------------------------------------------------------------------- /source/chapter_vzdump/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/chapter_vzdump/index.rst -------------------------------------------------------------------------------- /source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/conf.py -------------------------------------------------------------------------------- /source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiangcuo/pve-doc-cn/HEAD/source/index.rst --------------------------------------------------------------------------------