Bug 1983930 - [oVirt] Fix NodeStageVolume implementation
Summary: [oVirt] Fix NodeStageVolume implementation
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Storage
Version: 4.9
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: OCP on RHV Team
QA Contact: Janos Bonic
URL:
Whiteboard:
Depends On:
Blocks: 1983933
TreeView+ depends on / blocked
 
Reported: 2021-07-20 08:23 UTC by Gal Zaidman
Modified: 2022-08-24 07:48 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-24 07:48:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gal Zaidman 2021-07-20 08:23:37 UTC
Description of problem:

NodeStageVolume should temporarily mount the volume to a staging path.
NodeUnpublishVolume should unmount the volume from the target path (do the reverse operation).
Currently NodeUnpublishVolume is not implemented and NodeStageVolume doesn't mount, it creates a file system if needed but doesn't mount anything.
We do publish the "NodeServiceCapability_RPC_STAGE_UNSTAGE_VOLUME" Capability so both methods needs to be implemented.

How to test:
- See that csi-tests are passing by CI no need to look into something specific in RHV


Note You need to log in before you can comment on or make changes to this bug.