Merge pull request #2252 from hashicorp/mountentry-clone
Adding Tainted to MountEntry.Clone
This commit is contained in:
commit
7367158a2a
|
@ -147,6 +147,7 @@ func (e *MountEntry) Clone() *MountEntry {
|
|||
UUID: e.UUID,
|
||||
Config: e.Config,
|
||||
Options: optClone,
|
||||
Tainted: e.Tainted,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue