proxmox VE个人使用记录

proxmox Virtual Environment简称PVE,是一款开源虚拟机程序。
这里记录一下个人使用记录

1.按照默认顺序安装proxmox ISO

本地磁盘使用ext4文件系统,大容量可以选择XFS

2.使用PVE tools优化

7-9-10-12
更新内核,调整调度,ext4文件系统开启fast_commit

3.关闭mac-learning

sed -i 's/bridge-fd 0/&\n        bridge-disable-mac-learning 1/' /etc/network/interfaces

参考:
https://pve.proxmox.com/wiki/Network_Configuration
https://github.com/Mapleawaa/PVE-Tools-9
https://github.com/ivanhao/pvetools
https://zhuanlan.zhihu.com/p/1937263770503186125

此处评论已关闭