lib/testlab/container.rb in testlab-0.4.14 vs lib/testlab/container.rb in testlab-0.4.15

- old
+ new

@@ -99,10 +99,13 @@ attribute :distro, :default => 'ubuntu' attribute :release, :default => 'precise' attribute :arch - attribute :persist + # Instructs ephemeral containers to persist; otherwise tmpfs will be used + # as the backend store for ephemeral containers. + # NOTE: tmpfs is very memory intensive and is disabled by default. + attribute :persist, :default => true def initialize(*args) super(*args)