mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-02-21 10:27:22 +08:00
fix: Remove whole check
This commit is contained in:
parent
b4de3ad772
commit
700de1caf9
@ -509,9 +509,6 @@ addDevice () {
|
||||
if [ -n "$physical" ]; then
|
||||
if [[ "$physical" != "512" ]]; then
|
||||
sectors=",logical_block_size=$logical,physical_block_size=$physical"
|
||||
if [[ "$physical" != "4096" && "$physical" != "8192" && "$physical" != "32768" ]]; then
|
||||
warn "Unknown physical sector size: $physical for $DISK_DEV"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
warn "Failed to determine the sector size for $DISK_DEV"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user