mirror of
https://github.com/lingble/talos.git
synced 2025-11-02 05:28:09 +00:00
feat: add configuration for EPHEMERAL volume
Fixes #9261 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
@@ -145,7 +145,7 @@ func (suite *ResetSuite) TestResetWithSpecStateAndUserDisks() {
|
||||
switch {
|
||||
case disk.SystemDisk:
|
||||
return false
|
||||
case disk.Type == storage.Disk_UNKNOWN, disk.Type == storage.Disk_CD, disk.Type == storage.Disk_SD:
|
||||
case disk.Type == storage.Disk_UNKNOWN, disk.Type == storage.Disk_CD, disk.Type == storage.Disk_SD, disk.Type == storage.Disk_NVME:
|
||||
return false
|
||||
case disk.Readonly:
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user