From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 4A3491FF16B for ; Tue, 26 Aug 2025 16:42:39 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id E32B4368B1; Tue, 26 Aug 2025 16:42:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yourcmc.ru; s=mail; t=1756218806; bh=eg7PTZT0pSi7zphpQSfS2r07is4N2JVX8899Th+7KFs=; h=Date:From:Subject:To; b=IFx/K93rmjx5sfoUX29TpVS467BxbEALM9CnT+Oo+c2tdRwaK2hxuxwIOCt6ozDpE JLzSNWQv2s8YMyNW/Yeykk6gJWTkvOaM2CszblT/l2l5UvIzZu/9z4xWgxYh7/lufE MU76HQjgvghcWvNl/h7d6Rx62wZAkRT82C0h+ePANB4Ynff/ax5tEoTKutktB4GtM3 EY1mSNOEkll14o2Iqv/1WJItjmekYWRj+5Lhc8CH5qjUnTu5cH4z07q6O//aobEqC2 /hGYQn+lfv6K6YbY9hzMXjI5OHRFzF6qHFfEvIQY0Z8BTDaFGXNbFRLN/+k9sawan2 fz7vlpFXMXc2g== MIME-Version: 1.0 Date: Tue, 26 Aug 2025 14:33:26 +0000 X-Mailer: RainLoop/1.14.0 From: vitalif@yourcmc.ru Message-ID: <45854bb6f7e2a5059e5b5472f85c64cc@yourcmc.ru> To: pve-devel@lists.proxmox.com X-Virus-Scanned: ClamAV using ClamSMTP X-SPAM-LEVEL: Spam detection results: 0 BAYES_20 -0.001 Bayes spam probability is 5 to 20% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_MISSING 0.1 Missing DMARC policy RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com, vitastor.io, storage.pm, yourcmc.ru] Subject: [pve-devel] Vitastor block driver plugin X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Hi! You've added a block device driver whitelist in Proxmox 9.0. Could you please add Vitastor there? I mean this place: https://git.proxmox.com/?p=pve-storage.git;a=blob;f=src/PVE/Storage.pm;h=1dde2b751a766a28af8d40df7149936691cca772;hb=HEAD#l145 $allowed_qemu_blockdev_options in PVE/Storage.pm. For Vitastor to work correctly, it needs to contain: vitastor => { image => 1, 'config-path' => 1, 'etcd-host' => 1, 'etcd-prefix' => 1 } Vitastor is a high-performance alternative to Ceph with a similar architecture (written totally from scratch) if you never heard of it. :-) I'm the author. Current installation instructions are here: https://vitastor.io/en/docs/installation/packages.html https://vitastor.io/en/docs/installation/proxmox.html It'd be also cool if you could upstream my block driver plugin, currently I'm releasing it as a QEMU patch + block/vitastor.c. It's not a problem for me to continue doing that just as before, but I'd of course appreciate if you added it to your QEMU packages. :-) And feel free to ask any questions please :) -- With best regards, Vitaliy Filippov _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel