Hi Idriss,
Thanks for the reply.
I do have
cta.verification.mount_policy verification
in the /etc/cta/cta-frontend-xrootd.conf (rather than /etc/cta/cta-frontend.conf). In fact, there was an extra space between cta.verification.mount_policy and verifcation which I deleted.
I submitted another tape for verification and it looked like this time that there is mountPolicy value
[root@cta-adm-fac1 georgep]# cta-admin --json sq | jq -r '.[] | select(.vid == "TD4006")'
{
"mountType": "RETRIEVE",
"tapepool": "diamond_m07",
"logicalLibrary": "obelix_ts1170",
"vid": "TD4006",
"queuedFiles": "16",
"queuedBytes": "81331126969",
"oldestAge": "71",
"priority": "5",
"minAge": "300",
"curMounts": "1",
"curFiles": "1",
"curBytes": "5091158016",
"tapesCapacity": "50000000000000",
"tapesFiles": "12428",
"tapesBytes": "63259891623572",
"fullTapes": "1",
"writableTapes": "0",
"sleepingForSpace": false,
"sleepStartTime": "0",
"diskSystemSleptFor": "",
"vo": "storaged_dls",
"readMaxDrives": "10",
"writeMaxDrives": "10",
"mountPolicies": [
"verification"
],
"youngestAge": "69",
"highestPriorityMountPolicy": "verification",
"lowestRequestAgeMountPolicy": "verification",
"schedulerBackendName": "cephUser",
"instanceName": "antares"
}
but after a few mins - when files started to get vertifed - it was gone…!
[root@cta-adm-fac1 georgep]# cta-admin --json sq | jq -r '.[] | select(.vid == "TD4006")'
{
"mountType": "RETRIEVE",
"tapepool": "diamond_m07",
"logicalLibrary": "obelix_ts1170",
"vid": "TD4006",
"queuedFiles": "0",
"queuedBytes": "0",
"oldestAge": "0",
"priority": "0",
"minAge": "0",
"curMounts": "1",
"curFiles": "16",
"curBytes": "81293554789",
"tapesCapacity": "50000000000000",
"tapesFiles": "12428",
"tapesBytes": "63259891623572",
"fullTapes": "1",
"writableTapes": "0",
"sleepingForSpace": false,
"sleepStartTime": "0",
"diskSystemSleptFor": "",
"vo": "storaged_dls",
"readMaxDrives": "10",
"writeMaxDrives": "10",
"mountPolicies": [],
"youngestAge": "0",
"highestPriorityMountPolicy": "",
"lowestRequestAgeMountPolicy": "",
"schedulerBackendName": "cephUser",
"instanceName": "antares"
}