Skip to content

Releases: project-machine/disko

valid-mongoose

21 May 20:56
247dd95
Compare
Choose a tag to compare

What's Changed

  • Fix regression where non-raid attached disks did not determine correct disk type by @raharper in #133

Full Changelog: v0.0.15...v0.0.17

major-hookworm

22 Feb 19:07
247dd95
Compare
Choose a tag to compare

What's Changed

  • Fix regression where non-raid attached disks did not determine correct disk type by @raharper in #133

Full Changelog: v0.0.15...v0.0.16-beta.2

pleased-wren

16 Feb 21:53
7b7d307
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

fancy-sunbird

14 Feb 16:03
82804d0
Compare
Choose a tag to compare

What's Changed

  • fix: return err when addPartitionSetGPT fails by @raharper in #131

New Contributors

Full Changelog: v0.0.13...v0.0.14

moved to machinerun.io/disko

27 Oct 05:20
Compare
Choose a tag to compare
fix gofmt errors

Signed-off-by: Ravi Chamarthy <[email protected]>

support for thin LVs

21 Oct 16:07
f05e034
Compare
Choose a tag to compare

Notable changes in this release:

  • Create PVs with 128MiB of metadata, both through CreateVG and CreatePV. Default metadata size is 4MiB, which can be limiting.
  • Add support for CreateLV with thin or thinpool.
  • Simplify the hack for identifying SSDs by serial. It will no longer consider devices with 'ssd[0-9]' as ssd, but only 'ssd-'. Note that this really only applies to test with virtio as SSDs that are already identified by linux (via /sys/class/block//queue/rotational) will continue to be identified as such.

tests included

18 Sep 21:24
356981d
Compare
Choose a tag to compare

This adds some features:

  • Properties to a disk, including disko.EPHEMERAL to indicate a cloud ephemeral disk.
  • ExtendLV will resize a LUKs device.
  • demo disk wipe will now wipe header/footer of existing partitions in addition to disk.
  • github actions now run a limited integration test.

mbr and loop/nbd support

29 May 19:36
946bd62
Compare
Choose a tag to compare

Biggest features / improvements here are:
a.) support for MBR partition tables
b.) support for using linux loop or nbd devices (see ptimg/ for example)

few bugs fixes

09 Apr 23:10
Compare
Choose a tag to compare
Return error in CreateVG when command or scan fails.

CreateVG was not returning error even when it detected one.

v0.0.1: Add range checking in addPartitionSet.

08 Apr 21:10
Compare
Choose a tag to compare

Fully functional LVM and DISK implementation for linux