You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a sv of a volume on merlin setting the exp and retention time for 2D (2days) and 1D (one day) respectively.
on importing these volumes on docker, the exp and retention hours shows up as pasted below:
Created a sv of a volume on merlin setting the exp and retention time for 2D (2days) and 1D (one day) respectively.
on importing these volumes on docker, the exp and retention hours shows up as pasted below:
[root@cssosecostor-b10 ~]# docker volume inspect import_snap_test_leena
[
{
"CreatedAt": "0001-01-01T00:00:00Z",
"Driver": "hpe",
"Labels": {},
"Mountpoint": "",
"Name": "import_snap_test_leena",
"Options": {
"importVol": "snap_test_leena"
},
"Scope": "global",
"Status": {
"snap_detail": {
"3par_vol_name": "dcs-XNb1qRHISqqphb9-PMYAWw",
"backend": "DEFAULT",
"compression": true,
"expiration_hours": 0,
"fsMode": null,
"fsOwner": null,
"is_snap": true,
"mountConflictDelay": 30,
"parent_id": "d5f97733-2c6f-4b03-a561-996e6c8c65bf",
"parent_volume": "import_test_leena",
"provisioning": "thin",
"retention_hours": 0.0002777777777777778,
"size": 16,
"snap_cpg": "sandesh"
}
}
}
]
The text was updated successfully, but these errors were encountered: