~rastersoft-gmail/curtin:add-progress-code

Last commit made on 2024-07-23
Get this branch:
git clone -b add-progress-code https://git.launchpad.net/~rastersoft-gmail/curtin
Only Sergio Costas can upload to this branch. If you are Sergio Costas please log in for upload directions.

Branch merges

Branch information

Name:
add-progress-code
Repository:
lp:~rastersoft-gmail/curtin

Recent commits

4691f1b... by Sergio Costas

Add progress code

This is the beginning of a proposal to show the progress of the
DD command when dumping a DD raw image into a disk.

At this moment it only sends the data to the journal. The idea
is to show it at the text-mode subiquity installer window during
the install process.

b3b075c... by Olivier Gayot

Merge remote-tracking branch 'kenyon/patch-1'

74bc0a8... by Olivier Gayot

Merge remote-tracking branch 'ogayot/nvmet-with-dracut'

https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/469212

7fbc96a... by Dan Bungert

integration: quick_zero test

LP: #2061073

c8009c5... by Dan Bungert

block: fix partial sysfs partition read

If we have failed to populate this dict because a file is missing, there
is no sense attempting to read that value from the dict later.

The intention seems to be to skip partitions with missing data, so add
logging for that case.

LP: #2061073

810f63f... by Dan Bungert

block: quick_zero wipe disk after partitions

If we wipe the disk, then attempt to wipe partitions under the disk, we
are racing the existance of those partitions and may get inconsistent
results.

If we reverse that order and wipe the partitions first this should not
happen.

LP: #2061073

94f716a... by Olivier Gayot

nvme-o-tcp: refactor code to determine if fw support is needed

Signed-off-by: Olivier Gayot <email address hidden>

45a6eb5... by Olivier Gayot

nvme-o-tcp: factorize how we check if _netdev is set

Signed-off-by: Olivier Gayot <email address hidden>

e815cc6... by Dan Bungert

Reapply "tox: locale = C"

This reverts commit e64ef5f1f8e0fc5fb3e73245e6a7d562c481eb72.

The revert was meant to be temporary for testing purpopses but ended up
merged. I did intend for locale to be set to "C".

14be991... by Dan Bungert

vmtests: fix basic_scsi.yaml running out of space