Hi,
 There seems to be different viewpoints and implementations of block volumes about target_path.
 The first kind is that SP will place the raw device at the target_path. Ref:
  ''For volumes with an access type of block, the SP SHALL place the block device at target_path." in CSI Spec.
 And the other one is that SP will format the device and mount the device onto the target_path. In this case, target_path is a mountpoint. Ref:
 So which one is the standard implementation? Or does this depend on what the volume consumer expects?
Thanks,
Thonic