User bio
404 bio not found
Member since Dec 9, 2015
Posts:
Carlos has not published any posts yet.
Replies:
Carlos Sepulveda · Aug 4, 2017 go to post

Hi,

Remember that journaling can not be disabled in mirrored environments. If you are working on a mirrored environment you need to look at purge strategies.

 

Kind regards

Carlos Sepulveda · Apr 12, 2017 go to post

Hi,

Great tool, just for nostalgic ones, just by replacing 

os.makedirs('./' + FILEPREFIX + 'charts', exist_ok=True)

to

if (not os.path.exists('./' + FILEPREFIX + 'charts/vmstat')):
                                    os.makedirs('./' + FILEPREFIX + 'charts/vmstat')

And the code will work with Python 2 (Tested in my Fedora 25 box with Python 2.7).

 

Cheers

Certifications & Credly badges:
Carlos has no Certifications & Credly badges yet.
Followers:
Carlos has no followers yet.
Following:
Carlos has not followed anybody yet.