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

Commit

Permalink
clh: Implement capabilities
Browse files Browse the repository at this point in the history
Make explicit that sharedfs is supported.

Other features are not supported today.

Fixes: #2567

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Mar 27, 2020
1 parent 0a1ffc1 commit 39e354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/clh.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ func (clh *cloudHypervisor) capabilities() types.Capabilities {

clh.Logger().WithField("function", "capabilities").Info("get Capabilities")
var caps types.Capabilities
caps.SetFsSharingSupport()
return caps

}

func (clh *cloudHypervisor) trace(name string) (opentracing.Span, context.Context) {
Expand Down

0 comments on commit 39e354f

Please sign in to comment.