From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: from tb-ob20.topicbox.com (tb-ob20.topicbox.com [173.228.157.66]) by inbox.vuxu.org (Postfix) with ESMTP id 0ACC22AC30 for ; Fri, 16 Aug 2024 19:27:27 +0200 (CEST) Received: from tb-mx1.topicbox.com (tb-mx1.nyi.icgroup.com [10.90.30.61]) by tb-ob20.topicbox.com (Postfix) with ESMTP id 446D52D1EC for ; Fri, 16 Aug 2024 13:27:25 -0400 (EDT) (envelope-from bounce.mM35c05eb463b41f5ad747d5f0.r522be890-2105-11eb-b15e-8d699134e1fa@9fans.bounce.topicbox.com) Received: by tb-mx1.topicbox.com (Postfix, from userid 1132) id E9E041FF72A9; Fri, 16 Aug 2024 13:27:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=9fans.net; h=from:to :subject:message-id:in-reply-to:references:date:mime-version :content-type:content-transfer-encoding:list-help:list-id :list-post:list-subscribe:reply-to:list-unsubscribe; s=dkim-1; t=1723829244; x=1723915644; bh=qfjwr4oxzjG3q4wrUfP0F5Nh9hnRHLGj vB3AZMz4dPM=; b=YfYJOMAQqBpm7DocGaaofYj8pBefKv2moBCJuXOugzuURUAU 0BceULJuHi0ewS3j5JfgsT+llKMxIvWjaNsrLasiwh/SKMwbeqGmuRkITkO6Ty0D D0eFb/tbtBW6mu4+auO2QnSvCP3Us6LwpH6YTJXsxG/JZYHj0gosjE8fQ24= From: wb.kloke@gmail.com To: 9fans <9fans@9fans.net> Subject: Re: [9fans] yet another try to fixup venti Message-Id: <17238292390.9187f.37708@composer.9fans.topicbox.com> In-Reply-To: <17188975500.FD8FA.38559@composer.9fans.topicbox.com> References: <9C832F275135C5830776F4656A698D43@eigenstate.org> <17182939550.C8ecf.211654@composer.9fans.topicbox.com> <17183077050.0a7ea132.3713@composer.9fans.topicbox.com> <17185295580.F65E34B.425158@composer.9fans.topicbox.com> <17188975500.FD8FA.38559@composer.9fans.topicbox.com> Date: Fri, 16 Aug 2024 13:27:19 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=17238292391.efBb9d.37708 Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: ca6f17e0-5bf4-11ef-a17d-bad040decc0b Archived-At: =?UTF-8?B?PGh0dHBzOi8vOWZhbnMudG9waWNib3guY29tL2dyb3Vwcy85?= =?UTF-8?B?ZmFucy9UMjE4NzhhYTUzODg0OTExYi1NMzVjMDVlYjQ2M2I0MWY1YWQ3NDdk?= =?UTF-8?B?NWYwPg==?= List-Help: List-Id: "9fans" <9fans.9fans.net> List-Post: List-Software: Topicbox v0 List-Subscribe: Precedence: list Reply-To: 9fans <9fans@9fans.net> List-Unsubscribe: , Topicbox-Delivery-ID: 2:9fans:437d30aa-c441-11e9-8a57-d036212d11b0:522be890-2105-11eb-b15e-8d699134e1fa:M35c05eb463b41f5ad747d5f0:1:NztxBK4otEQrg4SKxIiNV3URXsd_fvQLE8Uj8ah461Q --17238292391.efBb9d.37708 Date: Fri, 16 Aug 2024 13:27:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Now I have managed to get my files pushed to github. So the new location of= my plan9port fork is now at=C2=A0 https://github.com/vestein463/plan9port In addition, there are a couple of FreeBSD related hosted ther, eg. a progr= am ggatev, which can be used to serve a vbackup'ed UFS filesystem as a geom, thus even= writes are now possible (with help of geom_union) on the backup. In the meantime, I changed my plan9 VMs to use my mventi as 2nd stage stora= ge for fossil.=C2=A0 I still would not recommend to use write active (unsealed) arenas on SSD (t= he main culprit isect has gone ), as the arena directory will still be writ= ten in partial blocks, probably leading to unnecessary disk wear.=C2=A0 ------------------------------------------ 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T21878aa53884911b-M35c05= eb463b41f5ad747d5f0 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription --17238292391.efBb9d.37708 Date: Fri, 16 Aug 2024 13:27:19 -0400 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Now I have managed to get my files pushed to g= ithub. So the new location of my plan9port fork is now at 
=


In addition, there are a couple of FreeBSD related hosted ther, eg. a prog= ram ggatev,
which can be used to serve a vbackup'ed UFS= filesystem as a geom, thus even writes are now possible (with help of geom= _union) on the backup.

In the meantime, I = changed my plan9 VMs to use my mventi as 2nd stage storage for fossil. = ;

I still would not recommend to use write= active (unsealed) arenas on SSD (the main culprit isect has gone ), as the= arena directory will still be written in partial blocks, probably leading = to unnecessary disk wear. 

= --17238292391.efBb9d.37708--