<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/quiz-a-tool-for-rapid-openzfs-development-xoubijdpk" -->

---
title: quiz: a tool for rapid OpenZFS development | daily.dev
description: quiz is a tool for rapid OpenZFS development that allows for fast edit-compile-test cycles. It uses microVMs to quickly start and stop VMs for testing, and...
canonical: https://daily.dev/posts/quiz-a-tool-for-rapid-openzfs-development-xoubijdpk
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: quiz: a tool for rapid OpenZFS development | daily.dev
og:description: quiz is a tool for rapid OpenZFS development that allows for fast edit-compile-test cycles. It uses microVMs to quickly start and stop VMs for testing, and...
og:url: https://daily.dev/posts/quiz-a-tool-for-rapid-openzfs-development-xoubijdpk
og:image: https://api.daily.dev/og/posts/XOuBIJDpk.png
og:image:alt: quiz: a tool for rapid OpenZFS development
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[Lobsters](https://daily.dev/sources/lobsters)

[Read post](https://api.daily.dev/r/XOuBIJDpk)

# [quiz: a tool for rapid OpenZFS development](https://api.daily.dev/r/XOuBIJDpk "Go to post")

quiz is a tool for rapid OpenZFS development that allows for fast edit-compile-test cycles. It uses microVMs to quickly start and stop VMs for testing, and creates a layered filesystem using Linux's filesystem overlay feature. The tool provides an uncomplicated filesystem for testing without any special treatment.

[#infrastructure](/tags/infrastructure "Check all #infrastructure posts")[#kernel-development](/tags/kernel-development "Check all #kernel-development posts")[#testing](/tags/testing "Check all #testing posts")

Mar 05, 2024•11m read time•From [despairlabs.com](https://api.daily.dev/r/XOuBIJDpk "despairlabs.com")

[![Post cover image](https://despairlabs.com/blog/posts/2024-03-04-quiz-rapid-openzfs-development/thumbnail.gif)](https://api.daily.dev/r/XOuBIJDpk "Go to post")

Table of contents

[Micro machines 🔗](https://api.daily.dev/r/XOuBIJDpk?a=micro-machines "Micro machines 🔗")[A big ball of files 🔗](https://api.daily.dev/r/XOuBIJDpk?a=a-big-ball-of-files "A big ball of files 🔗")[Building blocks 🔗](https://api.daily.dev/r/XOuBIJDpk?a=building-blocks "Building blocks 🔗")[Change the system 🔗](https://api.daily.dev/r/XOuBIJDpk?a=change-the-system "Change the system 🔗")[Start to finish 🔗](https://api.daily.dev/r/XOuBIJDpk?a=start-to-finish "Start to finish 🔗")[Try it yourself! 🔗](https://api.daily.dev/r/XOuBIJDpk?a=try-it-yourself "Try it yourself! 🔗")

12 Impressions

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughtsPost

[![Lobsters's image](https://media.daily.dev/image/upload/s--tl8v_Fku--/f_auto,t_logo/v1698841318/logos/lobste.jpg)](https://daily.dev/sources/lobsters)

[Lobsters](https://daily.dev/sources/lobsters "https://daily.dev/sources/lobsters")

Lobsters is a community-driven platform for sharing and discussing links to articles, tutorials, and... Read more

1.9K Followers

•

36.3K Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"quiz: a tool for rapid OpenZFS development","url":"https://daily.dev/posts/quiz-a-tool-for-rapid-openzfs-development-xoubijdpk","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/quiz-a-tool-for-rapid-openzfs-development-xoubijdpk"},"datePublished":"2024-03-05T22:07:01.845Z","dateModified":"2025-09-06T02:32:03.668Z","description":"quiz is a tool for rapid OpenZFS development that allows for fast edit-compile-test cycles. It uses microVMs to quickly start and stop VMs for testing, and...","image":"https://despairlabs.com/blog/posts/2024-03-04-quiz-rapid-openzfs-development/thumbnail.gif","thumbnailUrl":"https://despairlabs.com/blog/posts/2024-03-04-quiz-rapid-openzfs-development/thumbnail.gif","isAccessibleForFree":true,"articleSection":"Lobsters","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Lobsters","logo":"https://media.daily.dev/image/upload/s--tl8v_Fku--/f_auto,t_logo/v1698841318/logos/lobste.jpg","url":"https://daily.dev/sources/lobsters"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/quiz-a-tool-for-rapid-openzfs-development-xoubijdpk","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"infrastructure,kernel-development,testing","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Lobsters","item":"https://daily.dev/sources/lobsters"},{"@type":"ListItem","position":3,"name":"quiz: a tool for rapid OpenZFS development"}]}
```

