Skip to content

Commit

Permalink
lxd/db: add PoolID to StorageVolumeFilter
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Apr 18, 2024
1 parent 3fef7cb commit f46b437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxd/db/storage_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ type StorageVolumeFilter struct {
Type *int
Project *string
Name *string
PoolID *int64
}

// StorageVolume represents a database storage volume record.
Expand Down

0 comments on commit f46b437

Please sign in to comment.