Hey all,
I'm trying to use an old Dell VNXE Storage as a sync target for cold storage out of site backups copy.
The datastore creation fails with an IO Output error. As it turns out, it seems I cannot create more than 65533 folders :
root@definitelynotwhereiam-pbs2:/vnxe/.chunks# mkdir foo
mkdir: cannot create directory ‘foo’: Input/output error
root@definitelynotwhereiam-pbs2:/vnxe/.chunks# ls -lah | wc -l
65536
My fstab is as follow :
vnxe_ip:/backups /vnxe nfs defaults,proto=tcp,nfsvers=3 0 0
This seems to be a hard limit set by Dell for some obscure reasons : https://www.dell.com/community/VNX/...arent-directory-hard-limit-65533/td-p/6893847
Are there any workarounds that would allow me to create a datastore on this old piece of equipment? It's still 14Tb of available disk space, and I'd rather use it that way than bin it.
Cheers
I'm trying to use an old Dell VNXE Storage as a sync target for cold storage out of site backups copy.
The datastore creation fails with an IO Output error. As it turns out, it seems I cannot create more than 65533 folders :
root@definitelynotwhereiam-pbs2:/vnxe/.chunks# mkdir foo
mkdir: cannot create directory ‘foo’: Input/output error
root@definitelynotwhereiam-pbs2:/vnxe/.chunks# ls -lah | wc -l
65536
My fstab is as follow :
vnxe_ip:/backups /vnxe nfs defaults,proto=tcp,nfsvers=3 0 0
This seems to be a hard limit set by Dell for some obscure reasons : https://www.dell.com/community/VNX/...arent-directory-hard-limit-65533/td-p/6893847
Are there any workarounds that would allow me to create a datastore on this old piece of equipment? It's still 14Tb of available disk space, and I'd rather use it that way than bin it.
Cheers