<div dir="ltr">I am using liblvm2app to create thin snapshots by doing:<div><b style="">   params = lvm_lv_params_create_snapshot(thin_lv, snapname, 0ULL);</b></div><div><b>   snap_lv = lvm_lv_create(params);</b></div><div><br></div><div>The snapshots are read-write permission by default.  But, I cannot figure out howto create a read-only snapshot.  l cannot seem to find the right API/arguments to modify the params before calling lvm_lv_create().  What do I need to do?</div><div><br></div><div>-eivind</div></div>