Hi Ben, On Fri, Feb 12, 2016 at 2:34 AM, Benjamin Mahler <[email protected]> wrote: > Any plans to support labels for static reservations? > > Are we intentionally not supporting ReservationInfo for static > reservations? Or is this just outside of the initial scope?
Labels for static reservations are not currently supported because `labels` is part of `ReservationInfo`, and the latter is not set for static reservations. Setting ReservationInfo for static reservations is https://issues.apache.org/jira/browse/MESOS-3486 . I didn't take this on right now, because there are some backward compatibility concerns with making this change. It is also unclear if we want to continue adding features to static reservations vs. continuing to enhance dynamic reservations to the point at which they can replace static reservations for most use cases. Neil
