Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
qemu_ppc64le: EXpose fs support explicitly
Browse files Browse the repository at this point in the history
Since fs sharing is not assumed as supported by default, expose
explicitly that the qemu_ppc64le supports it.

Fixes: #2584

Signed-off-by: Nitesh Konkar <[email protected]>
  • Loading branch information
nitkon committed Apr 3, 2020
1 parent 705713b commit 5eec8bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtcontainers/qemu_ppc64le.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func (q *qemuPPC64le) capabilities() types.Capabilities {
}

caps.SetMultiQueueSupport()
caps.SetFsSharingSupport()

return caps
}
Expand Down

0 comments on commit 5eec8bd

Please sign in to comment.