We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5374f8a + d2b74a9 commit b9e04e1Copy full SHA for b9e04e1
src/sdk/glacier_tapecloud.js
@@ -536,11 +536,9 @@ class TapeCloudGlacier extends Glacier {
536
throw error;
537
}
538
539
- const xattr_get_keys = [Glacier.XATTR_RESTORE_REQUEST];
540
- if (fs_context.use_dmapi) {
541
- xattr_get_keys.push(Glacier.GPFS_DMAPI_XATTR_TAPE_PREMIG);
542
- }
543
- const stat = await fh.stat(fs_context, { xattr_get_keys });
+ // stat will by default read GPFS_DMAPI_XATTR_TAPE_PREMIG and
+ // user.noobaa.restore.request
+ const stat = await fh.stat(fs_context, {});
544
545
// This is a hacky solution and would work only if
546
// config.NSFS_GLACIER_DMAPI_ENABLE is enabled. This prevents
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments