Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Sono noti i seguenti problemi e limitazioni:
In alcuni casi, viene creata un'istanza Parallelstore che non
soddisfa i numeri di prestazioni previsti. Se il test delle prestazioni indica che le IOPS dell'istanza sono insufficienti, devi eliminare e ricreare l'istanza Parallelstore.
Il numero di file in una directory è limitato a 1,8 milioni. Il limite effettivo potrebbe essere inferiore ed è specifico per ogni directory, a seconda del resto del file system.
Mmap in Python e PyTorch non sono compatibili con il flag --disable-caching
in mount dfuse. Se necessario, rimuovi il flag --disable-caching quando monti dfuse, ma tieni presente le implicazioni della memorizzazione nella cache su più VM client.
L'intercettazione è efficace solo per le applicazioni con link dinamico che utilizzano libc. I/O viene intercettata in
Python, ma non in Go.
Una volta creata un'istanza Parallelstore, la relativa capacità non può essere modificata.
Se utilizzi sia VPC condiviso che Controlli di servizio VPC, devi avere il progetto host che fornisce la rete e il progetto di servizio che contiene l'istanza Parallelstore nello stesso perimetro affinché l'istanza Parallelstore funzioni correttamente. Separare il progetto host e il progetto di servizio con un perimetro potrebbe causare la mancata disponibilità delle istanze esistenti e potrebbe impedire la creazione di nuove istanze.
Le istanze e i client Parallelstore non possono avere un indirizzo IP nell'intervallo di subnet 172.17.0.0/16. Le istanze Parallelstore utilizzano l'intervallo di indirizzi 172.17.0.0/16 per i componenti interni. Di conseguenza, si applicano le seguenti limitazioni:
I client con un indirizzo IP compreso nell'intervallo 172.17.0.0/16 non possono connettersi alle istanze Parallelstore.
Non puoi creare un'istanza Parallelstore con un intervallo IP riservato che si sovrappone all'intervallo 172.17.0.0/16.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[],[],null,["# Known issues\n\nThe following issues and limitations are known:\n\n- In some cases, a Parallelstore instance is created that does not\n meet the expected performance numbers. If your\n [performance testing](/parallelstore/docs/test-performance) shows that your\n instance's IOPS are insufficient, you should delete and recreate your\n Parallelstore instance.\n\n- The number of files in a directory is limited to 1.8 million. The actual\n limit may be lower and is specific to each directory, depending on the rest\n of the file system.\n\n- Some POSIX features are [not supported](/parallelstore/docs/posix-compliance).\n\n- Mmap in python and pytorch are not compatible with the `--disable-caching`\n flag in dfuse mount. If needed, remove the `--disable-caching` flag when\n mounting dfuse, but be aware of the\n [implications](/parallelstore/docs/performance#dfuse_caching) of caching\n across multiple client VMs.\n\n- [Interception](/parallelstore/docs/interception-library) is only effective\n for dynamically linked applications that use libc. IO is intercepted in\n Python, but not Go.\n\n- Once a Parallelstore instance is created, its capacity cannot be changed.\n\n- If you use both Shared VPC and VPC Service Controls, you must have the\n host project that provides the network and the service project that contains\n the Parallelstore instance inside the same perimeter for the Parallelstore\n instance to function correctly. Separating the host project and service\n project with a perimeter might cause the existing instances to become\n unavailable and might prevent the creation of new instances.\n\n- Parallelstore instances and clients can't have an IP address from the\n 172.17.0.0/16 subnet range. Parallelstore instances use the 172.17.0.0/16\n address range for internal components. As a result, the following limitations\n apply:\n\n - Clients with an IP address from the 172.17.0.0/16 range can't connect to Parallelstore instances.\n - You can't create a Parallelstore instance with a reserved IP range that overlaps with the range 172.17.0.0/16."]]