Dell EMC DDBoost - 400 Bad Request: [client [::ffff:<IP>]:49476] unable to detect file type

Dec 11, 2020
2
1
6
Hallo zusammen,

ich habe eine Dell EMC Data Domain als Backup Store für unsere Backups eingebunden und dazu das DD Boost File System Plug-In (BoostFS) genutzt.

Dell EMC DD BoostFS for Linux

Das installieren und einbinden klappt soweit, sowie das Kopieren einer Testdatei als root auf die DDBoost Storage Unit.

Im PBS allerdings erscheint folgende Fehlermeldung:

pbs_1.JPG

Ausgabe /var/log/syslog

Code:
Dec 30 15:55:39 <pbs> proxmox-backup-proxy[624]: GET /api2/json/admin/datastore/ddr_boost/status: 400 Bad Request: [client [::ffff:<IP>]:49476] unable to detect file type

Muss das boostfs filesystem dem PBS noch irgendwo mitgeteilt werden?
Hat da jemand eine Idee?

Vielen Dank
Holger
 
Hallo,

nach nochmaligen lesen denke ich, dass es klar ist das der PBS kein anderes filesystem in der jetzigen version zulässt.

https://pbs.proxmox.com/docs/storage.html#datastore

Code:
Datastore
A datastore refers to a location at which backups are stored.
The current implementation uses a directory inside a standard Unix
file system ext4, xfs or zfs to store the backup data

Note
The File Layout requires the file system to support at least 65538 subdirectories per directory.
That number comes from the 216 pre-created chunk namespace directories, and the .
and .. default directory entries.
This requirement excludes certain filesystems and filesystem configuration from
being supported for a datastore.
For example, ext3 as a whole or ext4 with the dir_nlink feature manually disabled.
 
Last edited:
  • Like
Reactions: Johannes S
I am having the same issue with a DataDomain connection. Have you found any workaround, or do we need to wait for Dell to support Proxmox natively?
 
If Dell already provides a kernel Module or Fuse driver for boost, that might work with PVE/PBS. Whether this is supported by Dell or Proxmox developers is a different Story though
 
Eine Datadomain hinter einem PBS ist eine ganz schlechte Idee. Nicht nur Langsam sondern auch extrem teuer. Der PBS macht immer Dedup und somit kann die DataDomain nichts weiter deduplizieren. Also kann man nur die Nettokapazität nutzen, aber die DD versucht trotzdem alles noch einmal zu optimieren, was den Zugriff nur langsam macht.
Wenn man einfach VZDump Backups vom PVE direkt auf eine DD macht, dann funktioniert das ganz OK.
 
  • Like
Reactions: Johannes S