You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code adds only these labels: the zone of the disk, its name, its region, whether it is attached
Similar to this, need to a method _gcp_instance() to class Disks, and pull that info from the creation-log data which is passed in gcp_object , and they’d get a label like iris_instance
Note: Disk-Instance-Attachment is a mutable value, unlike most values that Iris works with. However, disks are exceptional in that Iris will by default relabel them on each scheduled run in order to capture changes.
The text was updated successfully, but these errors were encountered:
The current code adds only these labels: the zone of the disk, its name, its region, whether it is attached
Similar to this, need to a method
_gcp_instance()
to class Disks, and pull that info from the creation-log data which is passed in gcp_object , and they’d get a label likeiris_instance
Note: Disk-Instance-Attachment is a mutable value, unlike most values that Iris works with. However, disks are exceptional in that Iris will by default relabel them on each scheduled run in order to capture changes.
The text was updated successfully, but these errors were encountered: