<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>proxmox VE on IT 紀錄網站</title><link>https://lovesharepc.github.io/en/categories/proxmox-ve.html</link><description>Recent content in proxmox VE on IT 紀錄網站</description><generator>Hugo -- gohugo.io</generator><language>zh-tw</language><lastBuildDate>Thu, 07 May 2020 01:37:16 +0000</lastBuildDate><atom:link href="https://lovesharepc.github.io/en/categories/proxmox-ve/index.xml" rel="self" type="application/rss+xml"/><item><title>linux 新增硬碟、multipath 指令</title><link>https://lovesharepc.github.io/2020/05/07/linux-%E6%96%B0%E5%A2%9E%E7%A1%AC%E7%A2%9F%E3%80%81multipath-%E6%8C%87%E4%BB%A4/</link><pubDate>Thu, 07 May 2020 01:37:16 +0000</pubDate><guid>https://lovesharepc.github.io/2020/05/07/linux-%E6%96%B0%E5%A2%9E%E7%A1%AC%E7%A2%9F%E3%80%81multipath-%E6%8C%87%E4%BB%A4/</guid><description/></item><item><title>Proxmox use ceph 3副本 糾錯碼</title><link>https://lovesharepc.github.io/2019/12/15/proxmox-use-ceph-3%E5%89%AF%E6%9C%AC-%E7%B3%BE%E9%8C%AF%E7%A2%BC/</link><pubDate>Sun, 15 Dec 2019 07:05:37 +0000</pubDate><guid>https://lovesharepc.github.io/2019/12/15/proxmox-use-ceph-3%E5%89%AF%E6%9C%AC-%E7%B3%BE%E9%8C%AF%E7%A2%BC/</guid><description>手冊 https://docs.ceph.com/docs/luminous/start/intro/ 在所有 node 安裝 ceph Ceph Manager 管理 Ceph Ceph Monitors 監控、存取 DATA 空間計算 nOSD * k / (k+m) * OSD Size 空間計算 nOSD * k / (k+m) * OSD Size pg 數量建議 https://docs.ceph.com/docs/mimic/rados/operations/placement-groups/ INSTALL CEPH (QUICK) https://ceph.com/install/ 查看狀態 ceph status 查看 osd 清單 ceph osd</description></item><item><title>ZFS over iSCSI</title><link>https://lovesharepc.github.io/2019/11/24/zfs-over-iscsi/</link><pubDate>Sun, 24 Nov 2019 13:06:49 +0000</pubDate><guid>https://lovesharepc.github.io/2019/11/24/zfs-over-iscsi/</guid><description>示意圖 來源 https://docs.oracle.com/cd/E19735-01/820-7821/girgb/index.html 好處 能將 local Disk 分享給其他 node 使用 可用環境 local Disk 做 RAID 5， ZFS 做 RAIDZ1 藉此達到單一節點故障、單一硬碟故障</description></item><item><title>Proxmox VE 巢狀虛擬化</title><link>https://lovesharepc.github.io/2019/11/17/proxmox-ve-%E5%B7%A2%E7%8B%80%E8%99%9B%E6%93%AC%E5%8C%96/</link><pubDate>Sun, 17 Nov 2019 14:19:13 +0000</pubDate><guid>https://lovesharepc.github.io/2019/11/17/proxmox-ve-%E5%B7%A2%E7%8B%80%E8%99%9B%E6%93%AC%E5%8C%96/</guid><description>巢狀虛擬化 Nested Virtualization 每一層虛擬化約損失 15% 效能 兩層就損失 30% 所以在正式 production 環境下別使用 這個功能主要是方便測試 比如說在一台 Proxmox VE 底下虛擬多台 Proxmox VE LAB 環境 ## INTEL CPU</description></item><item><title>Proxmox VE ZFS 更換硬碟</title><link>https://lovesharepc.github.io/2019/11/10/proxmox-ve-zfs-%E6%9B%B4%E6%8F%9B%E7%A1%AC%E7%A2%9F/</link><pubDate>Sun, 10 Nov 2019 01:59:29 +0000</pubDate><guid>https://lovesharepc.github.io/2019/11/10/proxmox-ve-zfs-%E6%9B%B4%E6%8F%9B%E7%A1%AC%E7%A2%9F/</guid><description>如果有一顆硬碟故障了 該如何處理 首先用 zpool status 查看 pool 的組成模式、硬碟、狀態 正常情況 root@pve:~# zpool status pool: RAID1 state: ONLINE config: NAME STATE READ WRITE CKSUM RAID1 ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 sda1 ONLINE 0 0 0 sdc1 ONLINE 0 0</description></item><item><title>proxmox VE 使用 SSD cache 增進 ZFS 效能</title><link>https://lovesharepc.github.io/2019/11/10/proxmox-ve-%E4%BD%BF%E7%94%A8-ssd-cache-%E5%A2%9E%E9%80%B2-zfs-%E6%95%88%E8%83%BD/</link><pubDate>Sat, 09 Nov 2019 18:52:01 +0000</pubDate><guid>https://lovesharepc.github.io/2019/11/10/proxmox-ve-%E4%BD%BF%E7%94%A8-ssd-cache-%E5%A2%9E%E9%80%B2-zfs-%E6%95%88%E8%83%BD/</guid><description>使用 fdisk 將 SSD 分割成兩個 partition fdisk /dev/sdd root@pve:~# fdisk /dev/sdd Command (m for help): n Partition number (1-128, default 1): First sector (2048-937703054, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-937703054, default 937703054): 437703054 Created a new partition 1 of type 'Linux filesystem' and of size 208.7 GiB. Partition #1 contains a zfs_member signature. Do you want to remove the signature? [Y]es/[N]o: Y The</description></item><item><title>Proxmox VE ZFS storage 測速 Benchmarking ZFS Storage</title><link>https://lovesharepc.github.io/2019/11/09/proxmox-ve-storage-%E6%B8%AC%E9%80%9F-benchmarking-storage/</link><pubDate>Sat, 09 Nov 2019 14:51:06 +0000</pubDate><guid>https://lovesharepc.github.io/2019/11/09/proxmox-ve-storage-%E6%B8%AC%E9%80%9F-benchmarking-storage/</guid><description>官方手冊 https://pve.proxmox.com/wiki/Benchmarking_Storage https://manpages.ubuntu.com/manpages/bionic/en/man1/fio.1.html fio – flexible I/O tester 安裝 fio 套件 wget http://archive.ubuntu.com/ubuntu/pool/universe/f/fio/fio_3.1-1_amd64.deb dpkg -i fio_3.1-1_amd64.deb 指令 參考使用 https://martin.heiland.io/2018/02/23/zfs-tuning/ 先切換到你的 zpool 例如 cd /RAID1 –filesize=1G –runtime=10 這兩個參數自行修</description></item><item><title>Proxmox VE 更新</title><link>https://lovesharepc.github.io/2019/11/09/proxmox-ve-%E6%9B%B4%E6%96%B0/</link><pubDate>Sat, 09 Nov 2019 14:08:54 +0000</pubDate><guid>https://lovesharepc.github.io/2019/11/09/proxmox-ve-%E6%9B%B4%E6%96%B0/</guid><description>官方手冊 https://pve.proxmox.com/wiki/Package_Repositories 查看目前版本 pveversion -v 新增更新來源 總共有三個 訂閱用戶 – 保證穩定度 非訂閱用戶 – 不保證穩定度，不建議用在正式環境 測試 test – 給開發者使用 編輯 sources.list nano</description></item><item><title>proxmox VE 使用 ZFS</title><link>https://lovesharepc.github.io/2019/11/09/proxmox-ve-%E4%BD%BF%E7%94%A8-zfs/</link><pubDate>Sat, 09 Nov 2019 12:30:30 +0000</pubDate><guid>https://lovesharepc.github.io/2019/11/09/proxmox-ve-%E4%BD%BF%E7%94%A8-zfs/</guid><description>相關手冊 https://pve.proxmox.com/wiki/ZFS_on_Linux https://manpages.ubuntu.com/manpages/trusty/en/man8/zpool.8.html 簡介 ZFS 是 linux 能使用的 soft raid 軟體 其中指令相當”豐富” 可玩性很大，功能也很多 只是這也變成調校是件很重要的事情，在網路上 謠傳調校之後可以增</description></item></channel></rss>