人類が得られた世界で最も低い温度の記録が更新されたよ!記録は38pK (0.000000000038K) だけど、記録達成自体よりも、達成するために使った機器や技術がすごいかも!リプで解説するね! Christian Deppn… https://t.co/LuW2ZFs1Gy
タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。
先日Linusが盛大にZFSを非難したことがインターネット・カーネル界隈の噂を駆け巡った。これをタイトルだけみたり本文をちょっと読んだら「ああ、LinusはZFSが嫌いなんだ」とか「LinuxでZFSを使うべきではない」といった理解をする人が非常に多いだろうと思う。Linusは当然Linuxユーザーにとって大きな影響力を持つ人物であり、多くのLinuxユーザーがこの理解のままでいることになりかねない。公私ともにZFSに頼りっきりになっている私は特にそういう状況は非常に困るし、Canonicalは19.10からUbuntu LinuxでのZFS rootを標準にしようとしているくらいだからもっと困るだろう。複雑な状況になっていると思うので、このニュースの深層を探ってみよう。 まず元スレ 元になったLinusのレスによると、そもそも最近カーネルにドライバのインターフェース変更があってZFSがこ
Linux Daily Topics 2020年1月10日Don't use ZFS ―Linus、ZFSをマージしない姿勢をあらためて強調 「Don't use ZFS. ―ZFSは使わない。その理由はシンプルだ。ZFSはこれまでずっと、バズワード以上の何物でもなく、そして実感するのだけど、例のライセンシング問題は僕にとってZFSを価値のない存在と思わせるだけだ」 1月6日、IT業界に特化したオンラインメディア「Real World Tech」のフォーラムで繰り広げられたあるスレッドにて、Linus TorvaldsはZFSをメインラインにマージする予定がないことをあらためて明確に主張している。 Do not blame anyone. Please give polite, constructive criticism By: Linus Torvalds -Real World Te
2020年12月1日、サン・マイクロシステムズによって開発されたファイルシステム・ZFSのオープンソース実装「OpenZFS 2.0」がリリースされました。プロジェクト名を「ZFS on Linux」から「OpenZFS」へと変更したメジャーアップデートで、LinuxとFreeBSDのサポート統合やL2ARCの永続化(pL2ARC)、Zstandard圧縮といった新機能を搭載しています。 Release OpenZFS 2.0.0 · openzfs/zfs · GitHub https://github.com/openzfs/zfs/releases/tag/zfs-2.0.0 (PDF)OpenZFS DevSummit 2019 https://drive.google.com/file/d/197jS8_MWtfdW2LyvIFnH58uUasHuNszz ZFSはSolaris
Recent posts: 22 Jul 2024 » No More Blue Fridays 24 Mar 2024 » Linux Crisis Tools 17 Mar 2024 » The Return of the Frame Pointers 10 Mar 2024 » eBPF Documentary 28 Apr 2023 » eBPF Observability Tools Are Not Security Tools 01 Mar 2023 » USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon 17 Feb 2023 » USENIX SREcon APAC 2023: CFP 02 May 2022 » [email protected] 15 Apr 2022 » Netfl
Linus Torvalds Doesn't Recommend Using ZFS On Linux Written by Michael Larabel in Linux Storage on 9 January 2020 at 04:49 PM EST. 255 Comments Linux kernel creator Linus Torvalds doesn't recommend using ZFS On Linux at least until Oracle were to re-license the code to make it friendly for mainline inclusion. But even then he doesn't seem turned on by the ZFS features or general performance. Derai
ZFS is a hybrid filesystem and volume manager system that is quite popular recently but has some important and unexpected problems. It has many good features, which are probably why it is used: snapshots (with send/receive suppport), checksumming, RAID of some kind (with scrubbing support), deduplication, compression, and encryption. But ZFS also has a lot of downsides. It is not the only way to a
Linus が zfs を linux kernel にマージしないっていう姿勢がちょっと前に話題になっていたけど、 zfs の便利な機能を Top10 形式で出すので、zfs 広まって欲しい。 zfs をシステム管理で一度使ったことがある人にとっては、離れられないと思っている。 ただ、zfs は、もともと solaris (oracle) の機能であるので、 訴訟含めてどうなるかわからないのは、Linus の言うとおりなのかもしれない。 また、kernel にマージされていないのもあって、zfs on Linux では一部制限があったり 使いにくかったりしている。 tl;dr; zfs を使うなら、ストレージ関連のコマンドとして、zpool, zfs という2つのコマンドを 知っていればよく、透過圧縮などもあり、ディスクを効率的に使用できる機能も盛り沢山。 ユーザーごとの使用容量も一瞬で
The dream of a CLI Time Machine is still alive with httm. httm prints the size, date and corresponding locations of available unique versions (deduplicated by modify time and size) of files residing on snapshots, but can also be used interactively to select and restore files, even snapshot mounts by file! httm might change the way you use snapshots (because ZFS/BTRFS/NILFS2 aren't designed to find
概要 自分で構築したProxmox VE(PVE)のwebコンソールを眺めていたら、 4GBメモリのVMを4台しか起動していないのに仮想ホストでは48GB中37GBもメモリが使用されていた。 それの原因を突き止めるために調べていたらzfsが原因ということが判明した。 何も知らず、何も気にせず、zfsでPVEを構築していたら気付かない事象だと感じたのと、 メモリについて知ったことが多いため記事にした。 調査1(ホスト再起動) 困った時はホスト再起動するのが一番ということで、まずは再起動。 再起動後はメモリをほとんど使用されていなく、VM起動してもVMのメモリ領域くらいしか使われていない。 これで解決したと思い放置していたら、いつの間にかメモリ使用量が増えている。 なので変なプロセスがいるとかではなく、何かが起きていることがわかった。 調査2(プロセス確認) まずはメモリ使用量を確認する。 /
Enlarge / Linus Torvalds is eminently qualified to discuss issues with license compatibility and kernel policy. However, this does not mean he's equally qualified to discuss individual projects in project-specific context. Last Monday in the "Moderated Discussions" forum at realworldtech.com, Linus Torvalds—founding developer and current supreme maintainer of the Linux kernel—answered a user's que
OpenZFSがmacOS 11 Big SurおよびIntel/Apple M1チップをサポートした「zfs-macOS-2.0.1」をリリースしています。詳細は以下から。 SolarisのファイルシステムZFSをMacへ移植するOpenZFS on OS Xプロジェクトのメンテナーで、東京のGMO InternetでSenior Unix Administratorを務めるJörgen Lundmanさんは日本時間2021年05月26日、IntelおよびApple M1チップを搭載したMacをサポートした「zfs-macOS-2.0.1」を新たにリリースしたと発表しています。 Announcing the release of the macOS port of OpenZFS version zfs-macOS-2.0.1.Expected support of 10.10 to 1
はじめに MacユーザーであればTime Machineでのバックアップが必須であることは言うまでもない。FreeBSDをZFSでファイルサーバーにしている場合、Time Machineバックアップをファイル共有をこのサーバーで利用できれば余計なコスト避けることができる。しかし実際にこれらを実現するには、Sambaをどう設定すればよいのか。 ちなみにNetatalkを使ってAFPサーバーを構築してもTime Machieサーバーは実現できるし実際それでずっと利用してきている。ただSambaと両方動かすのも微妙な手間なので、シンプルにするためにどちらかをやめるとなると、NetatalkはSMBをサポートしないのでAFPをサポートしているSambaにまとめることになる。 ここで目的とする設定は次の通りである。 Time Machineバックアップが正しく動作する ファイル共有でMacのリソース
Ubuntu's ZFS Daemon Zsys 0.5 Released Written by Michael Larabel in Ubuntu on 3 June 2020 at 12:03 AM EDT. Add A Comment As part of their work on ZFS support improvements for the in-development Ubuntu 20.10, Zsys 0.5 has been tagged and landing in the "Groovy Gorilla" repository for this ZFS daemon spearheaded by Canonical developers. With Zsys 0.5, TRIM (autotrim) is now being enabled for users u
(2020-12-15 追記) dedup有効状態で10ヵ月弱使ってみたけど、やっぱりまだ解禁しない方がよさげ。メモリ的には余裕だが、ファイル削除に時間がかかるようになったり微妙に怪しげな挙動をすることがある(何となくレコード毎に重複チェックが走り本当に削除するかどうかを決定しているような感じ。ファイルサイズと削除所用時間は比例する。要検証)。データの破損や消失は起きてないので、そういった意味での危険性はないが、有効にするなら何が起きても自己責任ってことで! ZFSは2010年頃のPool Version 21で重複排除機能(dedup)を備えたが、本機能の使用は長らく禁忌とされてきた。というのも、Chr〇meも真っ青のレベルでメモリを馬鹿食いするからだ。ZFSの他の機能同様、dedupも有効にした後の書き込みから機能するため、当初は問題なく動いてるように見える。が、徐々にメモリが使われて
UPDATE (2021/12/21) After lots of feedback on Reddit (thanks /u/BucketOfSpinningRust!) and doing some more experimenting and digging, I've updated this post with more information -- new/updated sections are marked "Update". tl;dr - Tips for running Postgres on (Open)ZFS-on-Linux (ZoL), which I’m nicknaming “PoZoL”, check out the TOC (or skip to the resource list at the bottom) and browse to whatev
home | store | pricing | updates | manage your account | status general availability: Email [email protected] with any questions. Subscribe to our mailing list. purpose: Simple cloud service to store ZFS snapshots, ala: $ zfs send -v -R -I pool/snapshot_034 pool/snapshot_042 |\ ssh [email protected] zfs recv -v -Fu pool/snapshots (Or, BTFS, etc... Create an ext4 partition and rsync your data.
ZFSモジュール WSL2標準kernelに組み込めるZFSモジュールの作り方。 ZFS有効なカスタムカーネルを作る方法はここを、WSL2標準kernelのソースコードでビルドする方法はここ、dxgkrnl有効カーネルを作る方法はここを参照。 zfsモジュールのビルドスクリプト。 スクリプトの93行目をコメントアウトすると、5.15.79.1以降で "BPF:[134983] FWD" エラーによるモジュールロードに失敗しなくなる(正しい方法かどうかは不明)。 カーネルとモジュールを同じツールチェインでビルドすれば BPF のエラーは出なくなる。 build_wsl_module.sh #!/bin/sh set -xe #ZFS_VERSION="2.1.2" #ZFS_VERSION="2.1.3" #ZFS_VERSION="2.1.4" #ZFS_VERSION="2.1.5" Z
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く