Skip to content
#

btrfs

Here are 106 public repositories matching this topic...

behrmann
behrmann commented Sep 27, 2019

Running a current mypy on mkosi gives the following warnings

mkosi:968: error: Argument 1 to "partition" has incompatible type "Optional[str]"; expected "str"
mkosi:971: error: Argument 1 to "partition" has incompatible type "Optional[str]"; expected "str"
mkosi:4624: error: "Dict[str, CommandLineArguments]" has no attribute "director

The last line is harmless and addressed in #36

fallenguru
fallenguru commented Nov 12, 2019

This is more a question than a bug report, only I couldn't find a mailing list or similar.

Does btrbk support running different versions on the local and remote end, and if so, to what extent and with what caveats? I suppose the question not only applies to btrbk itself, but also btrfs-progs and the btrfs kernel support. Any minimum requirements or recommendations? (I'd prefer to stick with pac

Ivoz
Ivoz commented Feb 27, 2018

Hi, I know about the concept of having a swap file/partition.

Looking at Archlinux' BTRFS page, I see it mentions this project can be used with a BTRFS linux for swap.

The readme mentions a number of terms, however, that I have no idea about:

  • zswap
  • zram
  • swapFC
  • swapFU

It would be nice if these terms were defined in some sort of short reference table or listing (in the readme

ieugen
ieugen commented Feb 6, 2016

A lot of Unix distrubutions reccommend (need) man pages for commands. Debian is one of them.
The man page format is not very friendly to write but there are tools to convert from friendlier formats to man page.

One of these is asciidoc. It has a man page mode that can create man pages. It can also create html pages from those documents and Github supports asciidoc.

My recommendation is to

kdave
kdave commented Sep 2, 2019

There was a question posted by Bobpaul on wiki, this is a duplicate for tracking purposes.

I'm having troubling finding an explanation for the different error classes in the scrub status output. For example: recently I had a disk drop out during usage. I powered off the system, fixed the connection, and btrfs resumed using the disk. I ran a scrub with -Bd and the disk that had been disconnected

ibrokemypie
ibrokemypie commented Oct 17, 2018

Hello, I am on gentoo and installed bees 0.6, copying the sample config to /etc/bees/beesd.conf which contains the following:

## Config for Bees: /etc/bees/beesd.conf.sample
## https://github.com/Zygo/bees
## It's a default values, change it, if needed

# How to use?
# Copy this file to a new file name and adjust the UUID below

# Which FS will be used
#UUID=xxxxxxxx-xxxx-xxxx-xxxx-x
jamiereid
jamiereid commented Nov 29, 2016

uname -a = Linux 4.8.0-1-amd64 #1 SMP Debian 4.8.7-1 (2016-11-13) x86_64 GNU/Linux
Bash version 4.4.5(1)-release

Without perl-doc installed, when running snazzer --man, the source code for snazzer is displayed. After closing (is it less that's used?) a message is presented saying that "You need to install the perl-doc package to use this program".

Expected behaviour: I believe i

bug
arvidjaar
arvidjaar commented Mar 17, 2019

Help output makes impression device sizes can be omitted. They cannot (or is there usage where they can?).

bor@bor-Latitude-E5450:~/src/python-btrfs$ git describe HEAD
v11
bor@bor-Latitude-E5450:~/src/python-btrfs$ ./bin/btrfs-space-calculator -h
usage: btrfs-space-calculator [-h] -m METADATA -d DATA [-M] [-r RATIO]
                              [sizes [sizes ...]]
...
bor@bor-Latitu

Improve this page

Add a description, image, and links to the btrfs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the btrfs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.