mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 17:53:43 +01:00
Replaces 'disk'=>'drive' visible to end user (#15464)
This commit is contained in:
2
Makefile
2
Makefile
@@ -91,7 +91,7 @@ verify-healing: ## verify healing and replacing disks with minio binary
|
||||
@(env bash $(PWD)/buildscripts/unaligned-healing.sh)
|
||||
|
||||
verify-healing-with-root-disks: ## verify healing root disks
|
||||
@echo "Verify healing with root disks"
|
||||
@echo "Verify healing with root drives"
|
||||
@GORACE=history_size=7 CGO_ENABLED=1 go build -race -tags kqueue -trimpath --ldflags "$(LDFLAGS)" -o $(PWD)/minio 1>/dev/null
|
||||
@(env bash $(PWD)/buildscripts/verify-healing-with-root-disks.sh)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user