mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-23 05:58:04 +00:00
clh: Implement capabilities
Make explicit that sharedfs is supported. Other features are not supported today. Fixes: #2567 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
0a1ffc1d97
commit
39e354f609
@ -579,8 +579,8 @@ func (clh *cloudHypervisor) capabilities() types.Capabilities {
|
|||||||
|
|
||||||
clh.Logger().WithField("function", "capabilities").Info("get Capabilities")
|
clh.Logger().WithField("function", "capabilities").Info("get Capabilities")
|
||||||
var caps types.Capabilities
|
var caps types.Capabilities
|
||||||
|
caps.SetFsSharingSupport()
|
||||||
return caps
|
return caps
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (clh *cloudHypervisor) trace(name string) (opentracing.Span, context.Context) {
|
func (clh *cloudHypervisor) trace(name string) (opentracing.Span, context.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user