Skip to content

Commit

Permalink
Require tempfile in live_image
Browse files Browse the repository at this point in the history
Tempfile creation was occasionally bombing out because tempfile would
not always be required. This led to the readonly? method concluding that
the filesystem was readonly even when it was not. This occurred
sporadically because tempfile was sometimes included indirectly.
  • Loading branch information
asquared committed Jun 19, 2012
1 parent 7b9a722 commit 49ce3d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/concerto_client/live_image.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'tempfile'

# Functions for dealing with the live image
# (where it's mounted, if it's read-only, etc)
module ConcertoConfig
Expand Down

0 comments on commit 49ce3d0

Please sign in to comment.