Skip to content

Releases: project-machine/disko

more-crab

06 Feb 20:05
d8386ce

Choose a tag to compare

What's Changed

  • fix: Handle Drives with existing config from another RAID adapter by @raharper in #136

Full Changelog: v0.0.18...v0.0.19

loyal-pig

05 Feb 22:23
f0dbf37

Choose a tag to compare

What's Changed

  • feat: Add support for LSI/Broadcom MegaRAID 9600 Controllers using storcli2 by @raharper in #135

Full Changelog: v0.0.17...v0.0.18

valid-mongoose

21 May 20:56
247dd95

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

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

Choose a tag to compare

What's Changed

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

fancy-sunbird

14 Feb 16:03
82804d0

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

Choose a tag to compare

fix gofmt errors

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

support for thin LVs

21 Oct 16:07
f05e034

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

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

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)