Skip to content

Commit

Permalink
B #6761: Filter by SYS DS when creating IMG ds (#3277)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
  • Loading branch information
vichansson authored Oct 25, 2024
1 parent dd844ee commit af002f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fireedge/etc/sunstone/profiles/base.template
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
SOCKETS: 1
THREADS: 2

BACKUP:
Backup:
BACKUP_CONFIG:
BACKUP_VOLATILE: "Yes"
FS_FREEZE: "AGENT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const COMPATIBLE_SYSTEM_DATASTORES = {
.default(() => undefined),
fieldProps: {
initialState: {
filters: [{ id: 'TYPE', value: 'SYSTEM' }],
filters: [{ id: 'type', value: 'SYSTEM_DS' }],
},
},
dependOf: ['$general.TYPE', '$general.STORAGE_BACKEND'],
Expand Down

0 comments on commit af002f2

Please sign in to comment.