ECS : Le montage NFS échoue en l’absence d’un tel fichier, répertoire ou ERROR_OBJECT_NOT_FOUND
Summary: Les montages NFS (Network File System) échouent avec « No such file or directory » ou « ERROR_OBJECT_NOT_FOUND ».
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
Lors du montage d’une exportation NFS sur un client, le chemin d’accès au fichier s’affiche comme introuvable.
À partir du client NFS, lors de la tentative de montage de l’exportation :
À partir du client NFS, lors de la tentative de montage de l’exportation :
Commande :
# sudo mount -t nfs -o vers=3,sec=sys,proto=tcp <ECS IP>:<Remote Export Path> <Local Mount Point>
Exemple :
admin@client~>$ sudo mount -t nfs -o vers=3,sec=sys,proto=tcp x.x.x.x:/NS1/NFS_Bucket/Bos1 /ecs_share mount.nfs: mounting x.x.x.x:/NS1/NFS_Bucket/Bos1 failed, reason given by server: No such file or directoryProblème confirmé à partir des journaux ECS :
Commande :
# egrep 'ERROR_OBJECT_NOT_FOUND|nfsProcessOperation' /opt/emc/caspian/fabric/agent/services/object/main/log/dataheadsvc.log
Exemple :
admin@node1~> egrep 'ERROR_OBJECT_NOT_FOUND|nfsProcessOperation' /opt/emc/caspian/fabric/agent/services/object/main/log/dataheadsvc.log 2016-09-20 18:47:23,666 [RpcDispatcherMD-568497] ERROR RpcProgramMountd.java (line 152) Can't get handle for export: /NS1/NFS_Bucket/Bos1/, error ERROR_OBJECT_NOT_FOUND 2016-09-20 18:47:24,292 [RpcDispatcherMD-568507] WARN FileSystemAccessHelper.java (line 1548) nfsProcessOperation : Object path : Bos1 was not found by method nfsGetOidAndOwnerZone 2016-09-20 18:47:24,293 [RpcDispatcherMD-568507] ERROR RpcProgramMountd.java (line 152) Can't get handle for export: /NS1/NFS_Bucket/Bos1/, error ERROR_OBJECT_NOT_FOUND 2016-09-20 18:47:24,837 [RpcDispatcherMD-568511] WARN FileSystemAccessHelper.java (line 1548) nfsProcessOperation : Object path : Bos1 was not found by method nfsGetOidAndOwnerZone
Cause
Cela est normal. Guide de l’administrateur d’ECS :
accès multiprotocole NFS S3 aux répertoires et fichiers
ECS supports writing objects using the S3 protocol and accessing them as files using NFS and, conversely, writing files using
NFS and accessing the files as objects using the S3 protocol. You must understand how directories are managed when you use
multi-protocol access.
The S3 protocol does not make provision for the creation of folders or directories.
To enable multi-protocol operation, ECS support for the S3 protocol formalizes the use of / and creates directory objects for all
intermediate paths in an object name. An object named /a/b/c.txt results in the creation of a file object named c.txt and
directory objects for a and b. The directory objects are not exposed to users through the S3 protocol, and are maintained only
to provide multi-protocol access and compatibility with file system-based APIs.
Cela signifie que /NS1/NFS_Bucket/Bos1 n’est pas un annuaire en ce qui concerne NFS. /NS1/NFS_Bucket/Bos1 est considéré comme un répertoire lorsqu’il existe un objet ou un fichier sous /Bos1/.
Resolution
Créer un :
- Namespace = NS1
- Bucket = NFS_Bucket
- Répertoire = Bos1
- WRITE/UPLOAD an Object (Any Object) sous bos1 avant d’essayer le montage
/NS1/NFS_Bucket/Bos1.
Cela traite Bos1 comme un répertoire et /NS1/NFS_Bucket/Bos1 peut être monté.
Additional Information
Articles NFS connexes :
- ECS : procédure de création et de montage d'une exportation NFS de base sur un client (en anglais)
- ECS : Erreurs d’E/S NFS distantes ; Le changement de propriétaire du bucket pour un bucket activé en tant que système de fichiers peut entraîner l’incapacité des applications et/ou des utilisateurs à accéder aux fichiers NFS
- ECS : Montage d’un partage NFS sur un client Windows
- ECS : échec du montage NFS après la modification des paramètres d'exportation de fichiers dans l'interface utilisateur (en anglais)
- ECS : Oracle WebCenter Content (WCC) est-il compatible avec ECS ? (en anglais)
- ECS : Log dataheadsvc indiquant l’erreur : NFSv3 procedure LINK not supported in request ReadLinkRequest (en anglais)
- ECS : L’écriture NFS génère une erreur d’E/S après une certaine quantité de données.
- ECS : utilisation du partage de fichiers NFS à partir d'ECS avec un datastore VMware NFS (en anglais)
- ECS : pratiques d'excellence pour le montage des exportations ECS NFS (en anglais)
Affected Products
ECS ApplianceProducts
ECS Appliance, ECS Appliance Hardware Gen1 U-Series, ECS Appliance Software with Encryption, ECS Appliance Software without EncryptionArticle Properties
Article Number: 000052932
Article Type: Solution
Last Modified: 14 Aug 2025
Version: 6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.