simulator supports only one logical volume per drive

Change-Id: I8f32743c98771ca38c04d42bf6b2dd4768cfedad
This commit is contained in:
Solomon Peachy 2024-07-19 21:15:27 -04:00
parent 4628009503
commit 82cf845625

View file

@ -897,8 +897,8 @@ Lyre prototype 1 */
#undef HAVE_MULTIVOLUME
#endif
/* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */
#ifdef HAVE_MULTIVOLUME
/* Number of volumes per drive */
#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR)
#define NUM_VOLUMES_PER_DRIVE 4
#else
#define NUM_VOLUMES_PER_DRIVE 1