fix comment
This commit is contained in:
parent
19be6b57b2
commit
76d324a8f0
|
@ -457,7 +457,8 @@ func (n *nomadFSM) applyReconcileSummaries(buf []byte, index uint64) interface{}
|
|||
return n.reconcileQueuedAllocations(index)
|
||||
}
|
||||
|
||||
// applyUpsertVaultAccessor stores the Vault accessors for a given
|
||||
// applyUpsertVaultAccessor stores the Vault accessors for a given allocation
|
||||
// and task
|
||||
func (n *nomadFSM) applyUpsertVaultAccessor(buf []byte, index uint64) interface{} {
|
||||
defer metrics.MeasureSince([]string{"nomad", "fsm", "upsert_vault_accessor"}, time.Now())
|
||||
var req structs.VaultAccessorRegisterRequest
|
||||
|
|
Loading…
Reference in New Issue