mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virfile: Add Quobyte as a shared fs
This adds detection of a Quobyte as a shared file system for live migration. Signed-off-by: Silvan Kaiser <silvan@quobyte.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
committed by
Michal Privoznik
parent
5fc601e7a6
commit
451094bd15
@@ -92,6 +92,9 @@ setmntent(const char *filename, const char *type)
|
||||
#ifndef GPFS_SUPER_MAGIC
|
||||
# define GPFS_SUPER_MAGIC 0x47504653
|
||||
#endif
|
||||
#ifndef QB_MAGIC
|
||||
# define QB_MAGIC 0x51626d6e
|
||||
#endif
|
||||
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user