1
0

Deprecate alert and replace with callout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2020-11-01 13:51:08 +01:00
parent 901af860cc
commit caaef899a6
4 changed files with 6 additions and 4 deletions

@ -12,4 +12,4 @@ header:
caption: ""
image: ""
---
Bunch of random posts (or just basic notes for my own reference)
Bunch of random posts (or just basic notes for my own reference).

@ -10,9 +10,9 @@ Quick collection of useful commands for maintaining a btrfs filesystem.
Btrfs allows for easy management of software raids in RAID0, RAID1 and RAID10. RAID5 and RAID6 are implemented but not suggested for use.
{{% alert note %}}
{{% callout note %}}
Btrfs (pronounced as "butter fuss", "better F S", "butter F S", "b-tree F S", or simply by spelling it out) is a file system based on the copy-on-write (COW) principle, initially designed at Oracle Corporation for use in Linux. The development of Btrfs began in 2007, and since August 2014 the file system's on-disk format has been marked as stable.[13]
{{% /alert %}}
{{% /callout %}}
## btrfs device statistics
The btrfs device commands are used to check the status of the device, such as read / write errors and disk usage.

2
go.mod

@ -2,4 +2,4 @@ module code.jcktrue.dk/jct/jcktrue.dk
go 1.15
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 // indirect
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201031183616-e6dba41f3dfb // indirect

2
go.sum

@ -6,3 +6,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200920214445-6789c89
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200920214445-6789c8948f0d/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 h1:0TttxcFCinLEfPQxtpCRcCnf34vQm/S247UQ9lrzh38=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201031183616-e6dba41f3dfb h1:DRlmANLaSu1kGXsQ+IlgiQ0K/oiShywD2sj8H/rialo=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201031183616-e6dba41f3dfb/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=