We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-deep
I thought the --deep option became a default of list-dataset-replicas, however I do get different results with and without it:
--deep
list-dataset-replicas
[haozturk@lxplus987 ~]$ rucio list-dataset-replicas cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD | head -n 14 DATASET: cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029 +----------------------+---------+---------+ | RSE | FOUND | TOTAL | |----------------------+---------+---------| | T1_US_FNAL_Disk | 0 | 0 | | T1_FR_CCIN2P3_Disk | 44 | 44 | | T1_DE_KIT_Disk | 44 | 44 | | T2_CH_CERN_Test | 0 | 0 | | T2_US_Vanderbilt | 44 | 44 | | T0_CH_CERN_Tape | 44 | 44 | | T1_US_FNAL_Disk_Test | 0 | 0 | +----------------------+---------+---------+ [haozturk@lxplus987 ~]$ rucio list-dataset-replicas cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD --deep | head -n 14 DATASET: cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029 +----------------------+---------+---------+ | RSE | FOUND | TOTAL | |----------------------+---------+---------| | T2_CH_CERN_Test | 44 | 44 | | T1_US_FNAL_Disk_Test | 44 | 44 | | T1_FR_CCIN2P3_Disk | 44 | 44 | | T0_CH_CERN_Tape | 44 | 44 | | T1_DE_KIT_Disk | 44 | 44 | | T2_US_Vanderbilt | 44 | 44 | +----------------------+---------+---------+
Running the command on the rucio dataset / cms block however returns the correct result without the deep:
$ rucio list-dataset-replicas cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029 DATASET: cms:/ParkingSingleMuon7/Run2024F-PromptReco-v1/MINIAOD#00cba68d-f039-40c7-acf1-22369ed3f029 +----------------------+---------+---------+ | RSE | FOUND | TOTAL | |----------------------+---------+---------| | T2_CH_CERN_Test | 44 | 44 | | T1_US_FNAL_Disk_Test | 44 | 44 | | T1_FR_CCIN2P3_Disk | 44 | 44 | | T0_CH_CERN_Tape | 44 | 44 | | T1_DE_KIT_Disk | 44 | 44 | | T2_US_Vanderbilt | 44 | 44 | +----------------------+---------+---------+
So there might be something wrong when the command is run on the container. @ericvaandering fyi
written above
list-dataset-replicas should return the same response with and without --deep
No response
#864
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
I thought the
--deep
option became a default oflist-dataset-replicas
, however I do get different results with and without it:Running the command on the rucio dataset / cms block however returns the correct result without the deep:
So there might be something wrong when the command is run on the container. @ericvaandering fyi
Reproduction Steps
written above
Expected Behavior
list-dataset-replicas
should return the same response with and without--deep
Possible Solution
No response
Related Issues
#864
The text was updated successfully, but these errors were encountered: