「PowerStore:pstcliまたはRest APIコマンドで取得したファイル システムの使用状況が更新されない

Summary: pstcliコマンド スクリプトまたはRest APIコマンド スクリプトを実行してファイル システム サイズの使用状況を取得しているお客様は、refresh_usageコマンドを発行するか、GUIにアクセスして特定のファイル システムの使用状況を表示して使用量を手動で更新しない限り、更新された値を取得できません。

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

アプライアンスが4.0.0.xより前のPowerStore OSを実行している場合、pstcliコマンドとRest APIコマンドは、新しいデータがファイルシステムに書き込まれた場合でも、同じファイルシステム使用状況の値を返します

Pstcliコマンドの例: 

- before adding files:
cli> file_system -name test show -select name,size_used
name      = test
size_used = 1621098496 (1.50G)


- after adding files

cli> file_system -name test show -select name,size_used
name      = test
size_used = 1621098496 (1.50G)  <----- notice the size didn't change. 

cli> file_system -name test refresh_usage
Success



cli> file_system -name test show -select name,size_used
name      = test
size_used = 3948937216 (3.67G)    <------ notice the newly updated used space.

 

 

 


 

Cause

バージョン4.0.0.xより前のPowerStoreOSには、ファイル システムの使用を手動で更新する必要があるという問題があります。 

Resolution

対処方法: 
refresh_usageコマンドを実行します:

PstCLIの例:

cli> file_system -name <filesystem name> refresh_usage


curlコマンド オプション:

curl -k --user Username:Password -X POST https://<Management IP>:443/api/rest/file_system<filesystem ID>/refresh_usage -H "dell-visibility:internal"


GUIオプション:
GUIを使用して手動で更新するファイルシステムに移動します。  ファイルシステムをクリックすると、refresh_usageコマンドが実行されます。

修正:
この問題は、PowerStoreOS 4.0.0.x以降で修正されています。

Affected Products

PowerStore, PowerStore 1000T, PowerStore 3000T, PowerStore 3200T, PowerStore 5000T, PowerStore 500T, PowerStore 5200T, PowerStore 7000T, PowerStore 9000T, PowerStoreOS
Article Properties
Article Number: 000227830
Article Type: Solution
Last Modified: 26 Sept 2025
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.