惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
D
Docker
罗磊的独立博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
IT之家
IT之家
MyScale Blog
MyScale Blog
Microsoft Azure Blog
Microsoft Azure Blog

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
Ceph : number of placement groups for 5+ pools on 3hosts ...
invalid@exam · 2026-06-25 · via Proxmox Support Forum

Hi.

MY CONFIG : 3 hosts with PVE 8.4.1 and ceph reef, 10gb ethernet dedicated ceph network.

Each host have single osd which is 8tb hdd cmr drive.

WHAT I DID : Created 5 pools with defaul settings.

WHAT I NEED TO DO : Create 15 more pools.

PROBLEM : Ceph started screaming "too many pgs per osd".

WHY PROBLEM SURFACED : As far as I understood placement group is a thread which calculates destination of ceph object.

This calculation is done independently for each pool.

That means that 128 pg threads is adequate for single pool on 3osd.

But for 20 pools will be having 2560 placement groups per osd. Ceph will not be happy.

QUESTION: Can i supress this warning ?
At any time only single pool will have writes.
Does that mean that out of 2560 potential pg threads only 128 will be started ?

Last edited:

Why would you need so many pools for such a small cluster.

ADDITIONAL HARDWARE INFO : Each host have OSD with 1tb enterprise u.2 nvme as well.

On that ssd class OSDs reside single vm 300 gb database disk. This vm runs 24x7.

ADDITIONAL SOFTWARE INFO : Database is configured ring buffer-like, so only stores 1.5 months or so. This is hard limitation.

Each month script copies database files to destination backed by "month" pool.

TASK WHICH I TRY TO SOLVE : From time to time I need to provide fast random read access for x month ago database.

So if i have 20 pools this is simple - just change class of pool from HDD to Hdd+ssd and have rock solid rebalance.

Last edited:

You know that Proxmox has storage live migration?

Okay, this will be like :

STEP 1 : Migrate 202412.raw from HDD POOL to NVME POOL, don't delete source.
STEP 2 : Do database work.
STEP 3 : Delete source from HDD POOL.
STEP 4 : Migrate back 202412.raw from NVME POOL to HDD POOL, delete source.

Sound plausible, will try next week

Last edited:

ANSWER : I am decommissioned CEPH reef 18.2.7 entirely due to following issues

ISSUE 01 : Windows 11 VM have IO noticeable slowdown [ linear IO drops to 1MB per sec , IOPS so low so unable to capture ]
- in first ~5-10 minutes on CEPH with hyperconverged access [ same host VM+OSD ] , rather than with local checksumming filesystem
- After ~5-10 minutes of VM working linear IO and IOPS return to expected.
ASSUMPTION : Not much to fix there - either screw around with OSD processes resources isolation or buy disk array server.
- Ceph is actually RADOS object storage.
- Object storage can be hyperconverged all the way , because for object storage client software is expected to deal extreme latencies and instability.
- When they slapped RBD on top of RADOS, they intentionally forgot to remove word hyperconverged.
- Because non-hyperconverged storage software already exist and no one cares about it. It's called SAN software.

ISSUE 02 : There is a well known bug in Proxmox VE web ui - when some storage are in infinite wait IO mode , web ui API server or something fail miserably and you will have all VM an CT with question mark instead of name and running status.

So I had temp nonimportant pool in 1/1 mode on one machine of a cluster . This machine was having hardware issues and hanged.
I lost all ability to control the cluster until I kick back that machine with methods available to me.

ISSUE 03 : You need to perform upgrade of CEPH to next major version before even considering migrating PVE 8 to 9.

WORKAROUND : I am for now using scheme proposed by gurubert - live storage migration between pools of local checksumming filesystem.

POSTMORTEM : We know who to blame - CEPH community advertisers marketing object storage as free-to-play Blockbridge . But why they was able to tell me lies in the first place ?
01 : Well , I wanted checksumming file system with ability to live migrate between SSD tier and HDD tier on storage level.
02 : I was unable to use checksumming filesystem on VM level [ Windows VM ]
I am thinking that I've been better to forget fairy tales about bit rot and setup LVM because LVM have PVMOVE.

CLOSED.

Last edited: