CloudPools CLI 명령은 최대 100,000개의 요소만 제공합니다.
Summary: CloudPools 명령의 출력은 메모리 제한과 CLI(Command-Line Interface)에서 적절한 매개변수를 사용할 수 있기 때문에 제한됩니다.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
CloudPools용 CLI 명령 중 일부는 많은 항목을 반환할 수 있습니다. 예:
isi cloud jobs files list <jobid>
위 명령의 출력에는 작업의 영향을 받는 파일 수에 따라 100,000개 이상의 요소가 있을 수 있습니다. 설명된 수정 사항이 없으면 PAPI(Platform API) 호출이 직접 수행되지 않는 한 처음 100,000개 항목만 나열됩니다.
Cause
그 이유는 PAPI 핸들러가 일괄처리 및 페이지 매개변수를 처리하도록 수정되었으며 100000 이후의 항목을 나열할 수 있기 때문입니다. 그러나 이를 위한 매개변수는 CLI에서 구현되지 않았습니다. 이 버그 수정은 배치 및 페이지 매개 변수를 CLI에 추가합니다.
Resolution
이 제한 사항은 OneFS v8.0.0.7 이상에서 해결되었습니다.
이 수정 사항과 함께 배치, 제한 및 페이지 매개변수를 함께 지정해야 CLI 명령이 의도한 결과를 출력할 수 있습니다.
예:
# isi cloud jobs files list --job-id=49 --verbose --batch=1 --limit=100000 --page=1 # isi cloud jobs files list --job-id=49 --verbose --batch=1 --limit=100000 --page=2 # isi cloud jobs files list --job-id=49 --verbose --batch=1 --limit=100000 --page=3 ...
Additional Information
이 문제를 해결하려면 수정 사항이 구현되기 전에 cURL을 사용하여 PAPI 호출을 직접 수행할 수 있습니다. 구문의 예는 다음과 같습니다.
# curl -u root:a -H "Content-type: application/json" 'https://100.77.1.231:8080/platform/3/cloud/jobs-files/4?batch=1&limit=100000&page=1' -k > /ifs/data/Isilon_Support/job49_filelist_page1 # curl -u root:a -H "Content-type: application/json" 'https://100.77.1.231:8080/platform/3/cloud/jobs-files/4?batch=1&limit=100000&page=2' -k > /ifs/data/Isilon_Support/job49_filelist_page2 # curl -u root:a -H "Content-type: application/json" 'https://100.77.1.231:8080/platform/3/cloud/jobs-files/4?batch=1&limit=100000&page=3' -k > /ifs/data/Isilon_Support/job49_filelist_page3
Affected Products
PowerScale OneFSArticle Properties
Article Number: 000035811
Article Type: Solution
Last Modified: 18 Sep 2025
Version: 6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.