8000 Add machine config resource to create topolvm partition by praveenkumar · Pull Request #877 · crc-org/snc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add machine config resource to create topolvm partition #877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions 98-topolvm-partition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
labels:
machineconfiguration.openshift.io/role: master
name: 98-topolvm-partition
spec:
config:
ignition:
version: 3.4.0
storage:
disks:
- device: /dev/vda
partitions:
- label: topolvm
startMiB: 28600
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally this would be derived from CRC_VM_DISK_SIZE

2 changes: 2 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ sudo systemctl reload NetworkManager

git clone https://github.com/code-ready/crc.git
pushd crc
git fetch origin pull/4114/head:disk-resize
git checkout disk-resize
podman run --rm -v ${PWD}:/data:Z registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.21-openshift-4.16 /bin/bash -c "cd /data && make cross"
sudo mv out/linux-amd64/crc /usr/local/bin/
popd
Expand Down

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions kubevirt-hostpath-provisioner-csi/csi-sc.yaml

This file was deleted.

Loading
0